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
commita05db0a3594f0eb1120495fdf240d8d2bf3d9cbb (patch)
tree72ead17d0735d8a139f2e385542046c23e05a0b9 /debian/nghttp2-proxy.nghttpx.service
parentAdding debian version 1.62.1-1. (diff)
downloadnghttp2-debian.tar.xz
nghttp2-debian.zip
Adding debian version 1.62.1-2.debian/1.62.1-2debian
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