nghttp2/contrib/nghttpx.service.in

18 lines
327 B
SYSTEMD
Raw Permalink Normal View History

2015-05-04 17:56:09 +02:00
[Unit]
Description=HTTP/2 proxy
Documentation=man:nghttpx
2015-05-04 17:56:09 +02:00
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
2015-05-04 17:56:09 +02:00
[Install]
WantedBy=multi-user.target