1
0
mirror of https://github.com/linkedin/oncall.git synced 2025-11-30 23:44:59 +02:00
Files
oncall/ops/config/systemd/uwsgi-oncall.socket
2017-05-22 17:12:14 -07:00

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