aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b2e2dd1..712eb52 100644
--- a/Makefile
+++ b/Makefile
@@ -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}/