diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-17 13:55:04 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-17 13:55:04 +0100 |
commit | 0aebed2191d5502f4d7f73c67bf7502ff5342e18 (patch) | |
tree | 474355019b9e61752e2a98d0e898280faa910437 /scripts | |
parent | ee08f81dffa1c4adf977ee408f4557baeb2236ce (diff) |
Remove --nosignals from the swipl command line
Signals are needed for destroying pengines.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/systemd/codeq-prolog.service | 2 |
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 |