summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-07-09 08:40:37 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-07-09 13:50:41 +0000
commit607ad9d64080ca9e1721baa8bf306ec9127bf970 (patch)
treefb0767b4e86cd0e031175c2f455c50170e03db0b
parent200ac0a9b1240966465188bb518f592826a301f0 (diff)
downloadtrove-setup-607ad9d64080ca9e1721baa8bf306ec9127bf970.tar.gz
Add 'Install' section to the units
-rw-r--r--units/git-daemon.service3
-rw-r--r--units/lighttpd-git.service3
-rw-r--r--units/lighttpd-morph-cache.service3
3 files changed, 9 insertions, 0 deletions
diff --git a/units/git-daemon.service b/units/git-daemon.service
index f6869c3..330169c 100644
--- a/units/git-daemon.service
+++ b/units/git-daemon.service
@@ -1,3 +1,6 @@
+[Install]
+WantedBy=multi-user.target
+
[Unit]
Description=Git Daemon for Trove
After=network.target
diff --git a/units/lighttpd-git.service b/units/lighttpd-git.service
index b2f6315..94c67a4 100644
--- a/units/lighttpd-git.service
+++ b/units/lighttpd-git.service
@@ -1,3 +1,6 @@
+[Install]
+WantedBy=multi-user.target
+
[Unit]
Description=Lighttpd Web Server
After=network.target
diff --git a/units/lighttpd-morph-cache.service b/units/lighttpd-morph-cache.service
index cedd071..c7f76e9 100644
--- a/units/lighttpd-morph-cache.service
+++ b/units/lighttpd-morph-cache.service
@@ -1,3 +1,6 @@
+[Install]
+WantedBy=multi-user.target
+
[Unit]
Description=Lighttpd Web Server
After=network.target