You've already forked oncall
mirror of
https://github.com/linkedin/oncall.git
synced 2025-11-26 23:10:47 +02:00
14 lines
253 B
Desktop File
14 lines
253 B
Desktop File
[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
|