mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-06 18:18:52 +08:00
11 lines
172 B
SYSTEMD
11 lines
172 B
SYSTEMD
[Unit]
|
|
Description=HTTP/2 experimental proxy
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=@bindir@/nghttpx --errorlog-syslog
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|