2015-05-04 17:56:09 +02:00
|
|
|
[Unit]
|
2015-10-19 17:19:49 +02:00
|
|
|
Description=HTTP/2 proxy
|
2017-02-08 19:15:25 +01:00
|
|
|
Documentation=man:nghttpx
|
2015-05-04 17:56:09 +02:00
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
2017-02-08 19:15:25 +01:00
|
|
|
Type=notify
|
|
|
|
ExecStart=@bindir@/nghttpx --conf=/etc/nghttpx/nghttpx.conf
|
|
|
|
ExecReload=/bin/kill --signal HUP $MAINPID
|
|
|
|
KillSignal=SIGQUIT
|
|
|
|
PrivateTmp=yes
|
|
|
|
ProtectHome=yes
|
|
|
|
ProtectSystem=full
|
|
|
|
Restart=always
|
2015-05-04 17:56:09 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|