diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -109,6 +109,12 @@ install-postgresql: create-dirs systemd-tmpfiles --create postgresql.conf systemctl enable postgresql.service +install-rsyncd: create-dirs + install -m ${CONFMODE} clfs/units/rsyncd.service ${UNITSDIR}/ + install -m ${CONFMODE} clfs/units/rsyncdat.service ${UNITSDIR}/rsyncd@.service + install -m ${CONFMODE} clfs/units/rsyncd.socket ${UNITSDIR}/ + systemctl enable rsyncd.service + install-samba: create-dirs install -m ${CONFMODE} clfs/default/samba ${DEFAULTSDIR}/ install -m ${CONFMODE} clfs/tmpfiles/samba.conf ${TMPFILESDIR}/ |