nghttp2/contrib/nghttpx.service.template.in

11 lines
173 B
Plaintext
Raw Normal View History

2015-05-04 17:56:09 +02:00
[Unit]
Description=HTTP/2 experimental proxy
After=network.target
[Service]
Type=simple
ExecStart=$(bindir)/nghttpx --errorlog-syslog
2015-05-04 17:56:09 +02:00
[Install]
WantedBy=multi-user.target