Annotation For daemon.starter.mk
Logged in as anonymous

Lines of daemon.starter.mk from check-in be5654b61b that are changed by the sequence of edits moving toward check-in cbff0b494f:

                         1: _service_daemon: .USE
be5654b61b 2023-08-18    2: 	cd ${DAEMON_$@_CWD}
be5654b61b 2023-08-18    3: 	daemon -u ${DAEMON_$@_USER} -r -P /var/run/daemon.$@.pid ${DAEMON_$@_COMMAND} ${DAEMON_$@_FLAGS} ${DAEMON$@_FOREGROUND}
                         4: 
                         5: _service_daemon_status: .USE
                         6: 	echo "Not supported yet."
                         7: 
                         8: _service_daemon_exit: .USEBEFORE
                         9: 	kill -TERM /var/run/daemon.${@:S/_exit//}.pid