diff options
author | William Harrington <kb0iic@berzerkula.org> | 2014-04-07 18:58:30 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2014-04-07 18:58:30 -0500 |
commit | b44fef3d160206e51cbf2f5b529640d58f6a86cf (patch) | |
tree | 53aff8879935b32441abc4e48401258d745d88c3 | |
parent | 2bccdc8dbe7e9c5519e3058ed5b3ee10aaa18b89 (diff) |
Add apcupsd install target.
-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}/ |