nghttp2/contrib/nghttpx.service.in

12 lines
250 B
SYSTEMD
Raw Normal View History

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