summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjonathanmaw <jonathan.maw@codethink.co.uk>2018-01-22 14:33:51 +0000
committerGitHub <noreply@github.com>2018-01-22 14:33:51 +0000
commit2fdc97989d7f143840a37ebe6cf4656e1878261f (patch)
treeb0f936ed2e134e163f5c540ceff39705f892f81e
parent78f977c33cff51d7e657d86113e9fdb12596ee6d (diff)
parentfe3873bb4731e6b0237136db666031d5e19b4b0d (diff)
downloadnode-startup-controller-2fdc97989d7f143840a37ebe6cf4656e1878261f.tar.gz
Merge pull request #1 from erikboto/update-systemd-service
systemd: add Install section
-rw-r--r--node-startup-controller/node-startup-controller.service.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/node-startup-controller/node-startup-controller.service.in b/node-startup-controller/node-startup-controller.service.in
index e8d30ba..8633f4d 100644
--- a/node-startup-controller/node-startup-controller.service.in
+++ b/node-startup-controller/node-startup-controller.service.in
@@ -2,3 +2,6 @@
Type = notify
ExecStart = @libdir@/node-startup-controller-@NODE_STARTUP_CONTROLLER_VERSION_API@/node-startup-controller
WatchdogSec = 5
+
+[Install]
+WantedBy=focussed.target