mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 10:20:26 +00:00
Finish adding relaunchd services for sysadm server
This commit is contained in:
@@ -10,10 +10,16 @@ SUBDIRS+= server
|
||||
rcd.path = /usr/local/etc/rc.d/
|
||||
rcd.extra = cp rc.d/* $(INSTALL_ROOT)/usr/local/etc/rc.d/
|
||||
|
||||
daemons.path = /usr/local/etc/launchd/daemons/
|
||||
daemons.extra = cp daemons.d/* $(INSTALL_ROOT)/usr/local/etc/launchd/daemons/
|
||||
dconf.path = /usr/local/etc/launchd/daemons/
|
||||
dconf.extra = cp daemons.d/* $(INSTALL_ROOT)/usr/local/etc/launchd/daemons/
|
||||
|
||||
wsdaemon.path = /usr/local/share/launchd/daemons/
|
||||
wsdaemon.extra = cp daemons.d/org.pcbsd.sysadm.json.dist $(INSTALL_ROOT)/usr/local/share/launchd/daemons/org.pcbsd.sysadm.json
|
||||
|
||||
rstdaemon.path = /usr/local/share/launchd/daemons/
|
||||
rstdaemon.extra = cp daemons.d/org.pcbsd.sysadm-rest.json.dist $(INSTALL_ROOT)/usr/local/share/launchd/daemons/org.pcbsd.sysadm-rest.json
|
||||
|
||||
conf.path = /usr/local/etc/
|
||||
conf.extra = cp conf/sysadm.conf ${INSTALL_ROOT}/usr/local/etc/sysadm.conf.dist
|
||||
|
||||
INSTALLS += rcd conf daemons
|
||||
INSTALLS += rcd conf wsdaemon rstdaemon dconf
|
||||
|
||||
Reference in New Issue
Block a user