summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKalle Vahlman <kalle.vahlman@movial.com>2012-11-14 08:14:57 +0200
committerKalle Vahlman <kalle.vahlman@movial.com>2012-11-14 08:14:57 +0200
commit4dbbb1650aacbfa8bae93245cf063f27a04378cf (patch)
tree98f6252ea75d45fdb5d253bf34f80b7f49727c74 /Makefile
parentb064be21de25729039e5e54037bbdd2e25cfd5b7 (diff)
Add systemd service (uses the init.d script)HEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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