semaphore-bin/semaphore.initd
2025-05-28 19:12:22 +02:00

8 lines
208 B
Text

#!/sbin/openrc-run
name=$RC_SVCNAME
description="Semaphore Service"
supervisor="supervise-daemon"
command="/usr/bin/semaphore"
command_args="--server --config /etc/semaphore/config.json"
command_user="root"