From 989d381aab1c355ee639d3cf80e8ab17872ae925 Mon Sep 17 00:00:00 2001 From: Zhuoyun Wei Date: Mon, 4 May 2015 23:56:09 +0800 Subject: [PATCH] Add systemd service file --- contrib/nghttpx.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 contrib/nghttpx.service diff --git a/contrib/nghttpx.service b/contrib/nghttpx.service new file mode 100644 index 00000000..71367be4 --- /dev/null +++ b/contrib/nghttpx.service @@ -0,0 +1,10 @@ +[Unit] +Description=HTTP/2 experimental proxy +After=network.target + +[Service] +Type=simple +ExecStart=/usr/bin/nghttpx --errorlog-syslog + +[Install] +WantedBy=multi-user.target