18 lines
327 B
SYSTEMD
18 lines
327 B
SYSTEMD
|
[Unit]
|
||
|
Description=HTTP/2 proxy
|
||
|
Documentation=man:nghttpx
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
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
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|