summaryrefslogtreecommitdiff
path: root/scripts/systemd/codeq-server.service
blob: 162c18ee467977e763760a9356838340c98d7db5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# /etc/systemd/system/codeq-server.service
[Unit]
Wants=postgresql.service codeq-prolog.service codeq-web.service
After=network.target postgresql.service codeq-prolog.service codeq-web.service
Description=CodeQ server

[Service]
ExecStart=/usr/bin/python3 /var/local/codeq-server/daemon.py
Restart=on-failure
Type=simple
StandardInput=null
StandardOutput=null
StandardError=null
EnvironmentFile=-/etc/default/codeq