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