From f96b5030e17cff5727a5d9071ef6d9cbe1b48da0 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Mon, 28 Apr 2014 21:00:58 -0500 Subject: Add rsyncd install target for service and socket unit files. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') 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}/ -- cgit v1.2.3-54-g00ecf