nghttp2/contrib/nghttpx.service.in

12 lines
237 B
SYSTEMD

[Unit]
Description=HTTP/2 proxy
After=network.target
[Service]
Type=forking
ExecStart=@bindir@/nghttpx --conf=/etc/nghttpx/nghttpx.conf --pid-file=/run/nghttpx.pid --daemon
PIDFile=/run/nghttpx.pid
[Install]
WantedBy=multi-user.target