8 lines
244 B
Plaintext
8 lines
244 B
Plaintext
|
#!/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"
|