lewdfingerd/lewdfingerd.openrc-example

13 lines
239 B
Plaintext
Executable File

#!/sbin/openrc-run
depend() {
need net
}
command=/usr/local/bin/setruid
command_args="lewdfingerd /usr/local/bin/lewdfingerd"
pidfile=/var/run/${RC_SVCNAME}.pid
# We don't create a PID file nor do we background
command_background=true