mirror of
https://github.com/sebseb7/pilivestreamingtools.git
synced 2025-12-12 13:42:28 +00:00
17 lines
449 B
Desktop File
17 lines
449 B
Desktop File
[Unit]
|
|
Description=The NGINX HTTP and reverse proxy server
|
|
After=syslog.target network-online.target remote-fs.target nss-lookup.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/usr/local/nginx/logs/nginx.pid
|
|
ExecStartPre=/usr/local/nginx/sbin/nginx -t
|
|
ExecStart=/usr/local/nginx/sbin/nginx
|
|
ExecReload=/usr/local/nginx/sbin/nginx -s reload
|
|
ExecStop=/bin/kill -s QUIT $MAINPID
|
|
PrivateTmp=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|