summaryrefslogtreecommitdiffstats
path: root/debian/nghttp2-proxy.nghttpx.service
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-05 09:53:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-05 09:53:36 +0000
commitb97ae2c35f1894d56409a26557eda34b414e22ad (patch)
tree2e73d21eef8afaf2bac14aa4ae65ba5e90efd06d /debian/nghttp2-proxy.nghttpx.service
parentReleasing progress-linux version 1.62.1-1~progress7.99u1. (diff)
downloadnghttp2-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.service17
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