diff --git a/contrib/nghttpx.service b/contrib/nghttpx.service new file mode 100644 index 00000000..71367be4 --- /dev/null +++ b/contrib/nghttpx.service @@ -0,0 +1,10 @@ +[Unit] +Description=HTTP/2 experimental proxy +After=network.target + +[Service] +Type=simple +ExecStart=/usr/bin/nghttpx --errorlog-syslog + +[Install] +WantedBy=multi-user.target