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 | a05db0a3594f0eb1120495fdf240d8d2bf3d9cbb (patch) | |
tree | 72ead17d0735d8a139f2e385542046c23e05a0b9 /debian/nghttp2-proxy.nghttpx.service | |
parent | Adding debian version 1.62.1-1. (diff) | |
download | nghttp2-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.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 |