summaryrefslogtreecommitdiff
path: root/httpsconnectd.service.in
diff options
context:
space:
mode:
Diffstat (limited to 'httpsconnectd.service.in')
-rw-r--r--httpsconnectd.service.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/httpsconnectd.service.in b/httpsconnectd.service.in
new file mode 100644
index 0000000..379dc59
--- /dev/null
+++ b/httpsconnectd.service.in
@@ -0,0 +1,12 @@
+# Copyright 2016 Luke Shumaker
+# License: WTFPLv2
+[Unit]
+Description=HTTPS CONNECT server
+
+[Service]
+ExecStart=@bindir@/httpsconnectd
+User=nobody
+Group=keys
+
+[Install]
+WantedBy=multi-user.target