aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@cross-lfs.org>2014-04-28 21:00:58 -0500
committerWilliam Harrington <kb0iic@cross-lfs.org>2014-04-28 21:00:58 -0500
commitf96b5030e17cff5727a5d9071ef6d9cbe1b48da0 (patch)
treea5ed7a3ffb46a17cf0af38499a86481285b6d0b4
parent424ba044fc67538c427d003edd2c7a61baebd937 (diff)
Add rsyncd install target for service and socket unit files.
-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}/