diff --git a/misc/alpine/cadoles-profile.init b/misc/alpine/cadoles-profile.init new file mode 100644 index 0000000..4abecf7 --- /dev/null +++ b/misc/alpine/cadoles-profile.init @@ -0,0 +1,8 @@ +#!/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" \ No newline at end of file