8 lines
213 B
Text
8 lines
213 B
Text
#!/sbin/openrc-run
|
|
|
|
name=$RC_SVCNAME
|
|
description="Semaphore Service"
|
|
supervisor="supervise-daemon"
|
|
command="/usr/bin/semaphore server"
|
|
command_args="config /var/lib/semaphore/config.json"
|
|
command_user="semaphore"
|