summaryrefslogtreecommitdiff
path: root/scripts/systemd/codeq-web.service
blob: 92d2076e9b5011e827ffd5653776c60420150610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# /etc/systemd/system/codeq-web.service
[Unit]
Wants=codeq-server.service
After=network.target codeq-server.service
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