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

[Service]
ExecStart=/usr/bin/nodejs /var/local/codeq-server/web/main.js
Restart=on-failure
Type=simple
StandardInput=null
StandardOutput=null
StandardError=null
EnvironmentFile=-/etc/default/codeq