From 4dbbb1650aacbfa8bae93245cf063f27a04378cf Mon Sep 17 00:00:00 2001 From: Kalle Vahlman Date: Wed, 14 Nov 2012 08:14:57 +0200 Subject: Add systemd service (uses the init.d script) --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index acac6d7..66c85cf 100644 --- a/Makefile +++ b/Makefile @@ -9,3 +9,7 @@ install: # install the upstart-style task to init/ install -d ${DESTDIR}/etc/init install -m 0664 snowball.conf ${DESTDIR}/etc/init/snowball.conf + + # install the systemd-style service to systemd/ + install -d ${DESTDIR}/etc/systemd/system + install -m 0664 snowball.service ${DESTDIR}/etc/systemd/system/snowball.service -- cgit v1.2.3