Artifact 5dbcab7d1da1ec115c5515fa8fcaf7d3b02d0dd9c23bf4f4375b5e3ad6ab1a78:
- File daemon.starter.mk — part of check-in [be5654b61b] at 2023-08-18 13:37:40 on branch trunk — add defaults, add CWD (user: arcade, size: 302) [annotate] [blame] [check-ins using]
_service_daemon: .USE cd ${DAEMON_$@_CWD} daemon -u ${DAEMON_$@_USER} -r -P /var/run/daemon.$@.pid ${DAEMON_$@_COMMAND} ${DAEMON_$@_FLAGS} ${DAEMON$@_FOREGROUND} _service_daemon_status: .USE echo "Not supported yet." _service_daemon_exit: .USEBEFORE kill -TERM /var/run/daemon.${@:S/_exit//}.pid