diff options
author | William Harrington <kb0iic@cross-lfs.org> | 2014-04-28 20:16:02 -0500 |
---|---|---|
committer | William Harrington <kb0iic@cross-lfs.org> | 2014-04-28 20:16:02 -0500 |
commit | 623738b76cf0436eda01596b396f60b27ec0a5a0 (patch) | |
tree | 79b4b05144aa4ca3291eb3dae52588ed88983074 /Makefile | |
parent | 924c6030769b283d513e7d2289405af927272fdb (diff) |
Add commands to install fcron configuration file during install-fcron target.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ install-dhcpd: create-dirs systemctl enable dhcpd.service install-fcron: create-dirs + install -m ${CONFMODE} clfs/default/fcron ${DEFAULTSDIR}/ install -m ${CONFMODE} clfs/units/fcron.service ${UNITSDIR}/ systemctl enable fcron.service |