Differences From Artifact [41a6838c7a]:
- File svc.daemon — part of check-in [84d4cb5e66] at 2019-10-19 23:49:43 on branch trunk — placeholders, sysdb, syslogd, split services and daemons (user: arcade, size: 154) [annotate] [blame] [check-ins using]
To Artifact [cbba8cfd60]:
- 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]
1 2 | # vim:ft=make: | | < | > > | 1 2 3 4 5 6 7 8 | # 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 |