1
0
mirror of https://github.com/linkedin/oncall.git synced 2025-11-27 23:18:38 +02:00
Files
oncall/ops/config/systemd/nginx-oncall.service

14 lines
253 B
SYSTEMD
Raw Normal View History

2017-05-19 18:07:35 -07:00
[Unit]
Description=nginx proxy for uwsgi-oncall
After=syslog.target
[Service]
ExecStart=/usr/sbin/nginx -c /home/oncall/daemons/nginx.conf
User=oncall
Group=oncall
Restart=on-failure
KillSignal=SIGQUIT
Type=simple
StandardError=syslog
NotifyAccess=all