diff --git a/lewdfingerd.openrc-example b/lewdfingerd.openrc-example new file mode 100755 index 0000000..ed33452 --- /dev/null +++ b/lewdfingerd.openrc-example @@ -0,0 +1,11 @@ +#!/sbin/openrc-run + +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 + +# We don't change our group but we do change our user +command_user="root:lewdfingerd"