diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -39,6 +39,11 @@ install-acpid: create-dirs install -m ${CONFMODE} clfs/units/acpid.socket ${UNITSDIR}/ systemctl enable acpid.socket +install-apcupsd: create-dirs + install -m ${CONFMODE} clfs/tmpfiles/apcupsd.conf ${TMPFILESDIR}/ + install -m ${CONFMODE} clfs/units/apcupsd.service ${UNITSDIR}/ + systemctl enable apcupsd.service + install-dhcpd: create-dirs install -m ${CONFMODE} clfs/default/dhcpd ${DEFAULTSDIR}/ install -m ${CONFMODE} clfs/units/dhcpd.service ${UNITSDIR}/ |