1
0
mirror of https://github.com/linkedin/oncall.git synced 2025-12-01 23:51:36 +02:00
Files
oncall/ops/config/systemd/uwsgi-oncall.socket

12 lines
190 B
SYSTEMD
Raw Normal View History

2017-05-19 18:07:35 -07:00
[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