aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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