Artifact bdcbd6ec2265f43fe23e1eb3ee5648e78d846f5faa0026c93ef2ee8b9c4dcc68:
- File svc.daemon — part of check-in [47c6cc1171] at 2019-10-20 11:54:13 on branch trunk — fix variables, fix execution order (user: arcade, size: 355) [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