diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:53:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:53:36 +0000 |
commit | b97ae2c35f1894d56409a26557eda34b414e22ad (patch) | |
tree | 2e73d21eef8afaf2bac14aa4ae65ba5e90efd06d /debian/nghttp2-proxy.nghttpx.service | |
parent | Releasing progress-linux version 1.62.1-1~progress7.99u1. (diff) | |
download | nghttp2-b97ae2c35f1894d56409a26557eda34b414e22ad.tar.xz nghttp2-b97ae2c35f1894d56409a26557eda34b414e22ad.zip |
Merging debian version 1.62.1-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/nghttp2-proxy.nghttpx.service')
-rw-r--r-- | debian/nghttp2-proxy.nghttpx.service | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/nghttp2-proxy.nghttpx.service b/debian/nghttp2-proxy.nghttpx.service new file mode 100644 index 0000000..76c9115 --- /dev/null +++ b/debian/nghttp2-proxy.nghttpx.service @@ -0,0 +1,17 @@ +[Unit] +Description=HTTP/2 proxy +Documentation=man:nghttpx +After=network.target + +[Service] +Type=notify +ExecStart=/usr/sbin/nghttpx --conf=/etc/nghttpx/nghttpx.conf +ExecReload=/bin/kill --signal HUP $MAINPID +KillSignal=SIGQUIT +PrivateTmp=yes +ProtectHome=yes +ProtectSystem=full +Restart=always + +[Install] +WantedBy=multi-user.target |