mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-11-27 01:50:28 +00: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
|