From b97ae2c35f1894d56409a26557eda34b414e22ad Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 5 Aug 2024 11:53:36 +0200 Subject: Merging debian version 1.62.1-2. Signed-off-by: Daniel Baumann --- debian/nghttp2-proxy.nghttpx.service | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 debian/nghttp2-proxy.nghttpx.service (limited to 'debian/nghttp2-proxy.nghttpx.service') 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 -- cgit v1.2.3