aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@cross-lfs.org>2014-04-29 19:29:10 -0500
committerWilliam Harrington <kb0iic@cross-lfs.org>2014-04-29 19:29:10 -0500
commit4042b066d7447f30fa428b9423096e0c9b7b4dfd (patch)
tree42fbcabebca67fefcff3cbec2787c4aca569034b /Makefile
parent2f766343b06f208fbc048cc692de1fde1e486ec4 (diff)
Add proftpd install target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 712eb52..8207681 100644
--- a/Makefile
+++ b/Makefile
@@ -109,6 +109,10 @@ install-postgresql: create-dirs
systemd-tmpfiles --create postgresql.conf
systemctl enable postgresql.service
+install-proftpd: create-dirs
+ install -m ${CONFMODE} clfs/units/proftpd.service ${UNITSDIR}/
+ systemctl enable proftpd.service
+
install-rsyncd: create-dirs
install -m ${CONFMODE} clfs/units/rsyncd.service ${UNITSDIR}/
install -m ${CONFMODE} clfs/units/rsyncdat.service ${UNITSDIR}/rsyncd@.service