AimRT/_deps/nghttp2-src/contrib/nghttpx.service.in

18 lines
327 B
SYSTEMD
Raw Permalink Normal View History

2025-01-12 20:42:42 +08:00
[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