Artifact cbba8cfd603584ff938c0f5c18076c9a5ef5fa6bfd758fc6d624046ac89a4458:
- File svc.daemon — part of check-in [b8c8da525b] at 2019-10-20 00:45:52 on branch trunk — add more services (user: arcade, size: 216) [annotate] [blame] [check-ins using]
# vim:ft=make: _daemon: .USE DAEMON _service _service: .USE .if empty(${DAEMON_$@_ENABLE:tl:Mno}) svc -u ${DAEMON_$@_USER:Uroot} -g ${DAEMON_$@_GROUP:Uwheel} init $@ ${DAEMON_$@_COMMAND} ${DAEMON_$@_FLAGS} .endif