Artifact bbc5c123bbc4388c9fa4f0e3620fd0ede9bc619ae3f112de5e7553d4ff5bd636:
- File svc.daemon — part of check-in [8f80b79392] at 2019-10-20 09:39:12 on branch trunk — fixing a lot of bugs (user: arcade, size: 361) [annotate] [blame] [check-ins using]
# vim:ft=make: _daemon: DAEMON .USE .if empty(${DAEMON_$@_ENABLE:tl:Mno}) svc -u ${DAEMON_$@_USER:Uroot} -g ${DAEMON_$@_GROUP:Uwheel} init $@ ${DAEMON_$@_COMMAND} ${DAEMON_$@_FLAGS} .endif _service: .USE .if empty(${DAEMON_$@_ENABLE:tl:Mno}) svc -u ${DAEMON_$@_USER:Uroot} -g ${DAEMON_$@_GROUP:Uwheel} init $@ ${DAEMON_$@_COMMAND} ${DAEMON_$@_FLAGS} .endif