cadoles-profile/misc/alpine/cadoles-profile.init

8 lines
244 B
Plaintext
Raw Normal View History

2019-05-31 13:22:09 +02:00
#!/sbin/openrc-run
command="/opt/cadoles-profile/bin/server"
command_args="-workdir /opt/cadoles-profile \
-config /etc/cadoles-profile/server.conf"
command_background=yes
pidfile="$PIDFILE"
start_stop_daemon_args="-1 $LOGFILE -2 $LOGFILE"