summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2019-09-02 18:03:29 +0100
committerNick White <git@njw.name>2019-09-02 18:03:29 +0100
commit44e50900d9dd78908b2f0f42015e095d4114e7f9 (patch)
tree2ce28052185f9702e14ec90fa22ad121285b8f2f
parent7e18aea7beb150c0e87285583269c2611147688e (diff)
Add systemd target for bookpipeline service so it will enable successfully
-rw-r--r--roles/pipeliner/files/bookpipeline.service3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/pipeliner/files/bookpipeline.service b/roles/pipeliner/files/bookpipeline.service
index 7728912..063cda1 100644
--- a/roles/pipeliner/files/bookpipeline.service
+++ b/roles/pipeliner/files/bookpipeline.service
@@ -5,3 +5,6 @@ Description=Book Pipeline
ExecStart=/usr/local/bin/bookpipeline -v
Restart=always
User=admin
+
+[Install]
+WantedBy=multi-user.target