summaryrefslogtreecommitdiff
path: root/scripts/systemd/codeq-prolog.service
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/systemd/codeq-prolog.service')
-rw-r--r--scripts/systemd/codeq-prolog.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/systemd/codeq-prolog.service b/scripts/systemd/codeq-prolog.service
new file mode 100644
index 0000000..0c9abdb
--- /dev/null
+++ b/scripts/systemd/codeq-prolog.service
@@ -0,0 +1,13 @@
+# /etc/systemd/system/codeq-prolog.service
+[Unit]
+After=network.target
+Description=CodeQ Prolog daemon
+
+[Service]
+ExecStart=/usr/bin/swipl -q --nosignals -tty -s /var/local/codeq-server/prolog/runner/daemon.pl
+Restart=on-failure
+Type=simple
+StandardInput=null
+StandardOutput=null
+StandardError=null
+