Imported Upstream version 1.0.0
[platform/upstream/nghttp2.git] / contrib / nghttpx.service.in
1 [Unit]
2 Description=HTTP/2 experimental proxy
3 After=network.target
4
5 [Service]
6 Type=simple
7 ExecStart=@bindir@/nghttpx --errorlog-syslog
8
9 [Install]
10 WantedBy=multi-user.target