lewdfingerd/lewdfingerd.openrc-example

13 lines
239 B
Plaintext
Raw Normal View History

2018-07-11 18:08:46 +00:00
#!/sbin/openrc-run
2018-07-16 14:02:56 +00:00
depend() {
need net
}
2018-07-11 18:08:46 +00:00
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