arch-ppa/src/nginx-mainline-rtmp/service

18 lines
396 B
Plaintext
Raw Normal View History

2016-12-22 19:07:59 -05:00
[Unit]
Description=A high performance web server and a reverse proxy server
2017-10-24 19:41:50 -04:00
After=network.target network-online.target nss-lookup.target
2016-12-22 19:07:59 -05:00
[Service]
Type=forking
PIDFile=/run/nginx.pid
2017-10-24 19:41:50 -04:00
PrivateDevices=yes
SyslogLevel=err
ExecStart=/usr/bin/nginx -g 'pid /run/nginx.pid; error_log stderr;'
ExecReload=/usr/bin/nginx -s reload
KillSignal=SIGQUIT
KillMode=mixed
2016-12-22 19:07:59 -05:00
[Install]
WantedBy=multi-user.target