From e61c812f5f652c87cae76bdd155249cda14dcdff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Smodi=C5=A1?= Date: Mon, 5 Oct 2015 21:27:39 +0200 Subject: Implemented systemd unit files to manage CodeQ daemons. --- scripts/systemd/codeq-prolog.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 scripts/systemd/codeq-prolog.service (limited to 'scripts/systemd/codeq-prolog.service') 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 + -- cgit v1.2.1