summaryrefslogtreecommitdiffstats
path: root/debian/nghttpx.service
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 19:37:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 19:37:09 +0000
commit2d0d5aeaf12b3d258db900523710db7c9db73018 (patch)
tree2faf74016289936f4c843074be9299764e39e930 /debian/nghttpx.service
parentAdding upstream version 1.59.0. (diff)
downloadnghttp2-0c7524099c9781589fd707d31cfba2091af937fb.tar.xz
nghttp2-0c7524099c9781589fd707d31cfba2091af937fb.zip
Adding debian version 1.59.0-1.debian/1.59.0-1
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