mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-24 13:01:25 +02:00
initial import
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#!/sbin/runscript
|
||||
|
||||
depend() {
|
||||
before xdm
|
||||
}
|
||||
|
||||
start() {
|
||||
ebegin "Setting nvidia card overclock speed"
|
||||
nvclock ${CLOCKOPTS} >/dev/null
|
||||
eend $?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user