summaryrefslogtreecommitdiff
path: root/scripts/systemd/codeq.target
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-11 17:47:53 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-11 17:48:10 +0100
commit912783135badb11009db497b71cdf08a597b1e39 (patch)
tree43986ef69971a423df9e597f027046cf3688c1c9 /scripts/systemd/codeq.target
parent90d0e0f71a82de377899fb3c4a5fa0ef209a4049 (diff)
Update systemd unit files and add codeq.target
For some reason, codeq-web should be started after codeq-web.
Diffstat (limited to 'scripts/systemd/codeq.target')
-rw-r--r--scripts/systemd/codeq.target6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/systemd/codeq.target b/scripts/systemd/codeq.target
new file mode 100644
index 0000000..002a34c
--- /dev/null
+++ b/scripts/systemd/codeq.target
@@ -0,0 +1,6 @@
+[Unit]
+Requires=codeq-prolog.service codeq-saml.service codeq-server.service codeq-web.service
+Description=CodeQ
+
+[Install]
+WantedBy=multi-user.target