summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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