summaryrefslogtreecommitdiffstats
path: root/debian/nghttpx.service
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 07:34:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 07:34:16 +0000
commit6552fe980a10f9117d6f3cf26d2b439dc9a2954d (patch)
tree9bd56b1184cdf466a10acfa541956a566f77b9e9 /debian/nghttpx.service
parentAdding upstream version 1.52.0. (diff)
downloadnghttp2-debian.tar.xz
nghttp2-debian.zip
Adding debian version 1.52.0-1+deb12u1.debian/1.52.0-1+deb12u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/nghttpx.service')
-rw-r--r--debian/nghttpx.service17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/nghttpx.service b/debian/nghttpx.service
new file mode 100644
index 0000000..76c9115
--- /dev/null
+++ b/debian/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