9 lines
143 B
Text
Executable file
9 lines
143 B
Text
Executable file
#!/usr/bin/openrc-run
|
|
|
|
depend() {
|
|
need graphical-session
|
|
}
|
|
|
|
supervisor=supervise-daemon
|
|
command="/usr/bin/wlsunset"
|
|
command_args="-l 52 -L 6"
|