diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |