You've already forked oncall
mirror of
https://github.com/linkedin/oncall.git
synced 2025-11-30 23:44:59 +02:00
12 lines
190 B
SYSTEMD
12 lines
190 B
SYSTEMD
[Unit]
|
|
Description=Socket for uWSGI app oncall
|
|
|
|
[Socket]
|
|
ListenStream=/home/oncall/var/run/uwsgi.sock
|
|
SocketUser=oncall
|
|
SocketGroup=oncall
|
|
SocketMode=0660
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|