summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-17 13:55:04 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-02-17 13:55:04 +0100
commit0aebed2191d5502f4d7f73c67bf7502ff5342e18 (patch)
tree474355019b9e61752e2a98d0e898280faa910437
parentee08f81dffa1c4adf977ee408f4557baeb2236ce (diff)
Remove --nosignals from the swipl command line
Signals are needed for destroying pengines.
-rw-r--r--scripts/systemd/codeq-prolog.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/systemd/codeq-prolog.service b/scripts/systemd/codeq-prolog.service
index 0c9abdb..46baa76 100644
--- a/scripts/systemd/codeq-prolog.service
+++ b/scripts/systemd/codeq-prolog.service
@@ -4,7 +4,7 @@ After=network.target
Description=CodeQ Prolog daemon
[Service]
-ExecStart=/usr/bin/swipl -q --nosignals -tty -s /var/local/codeq-server/prolog/runner/daemon.pl
+ExecStart=/usr/bin/swipl -q -tty -s /var/local/codeq-server/prolog/runner/daemon.pl
Restart=on-failure
Type=simple
StandardInput=null