nghttp2/contrib/nghttpx.service

11 lines
172 B
SYSTEMD

[Unit]
Description=HTTP/2 experimental proxy
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/nghttpx --errorlog-syslog
[Install]
WantedBy=multi-user.target