# /etc/systemd/system/codeq-prolog.service [Unit] After=network.target Description=CodeQ Prolog daemon [Service] ExecStart=/usr/bin/swipl -q -tty -s /var/local/codeq-server/prolog/runner/daemon.pl Restart=on-failure Type=simple StandardInput=null StandardOutput=null StandardError=null