summaryrefslogtreecommitdiff
path: root/httpconnectd@.service.in
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-01-22 15:28:56 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-01-22 15:28:56 -0500
commitc80e4036fbac53039b607c4bb8a5489d016a009f (patch)
tree71890b78ecfa239b2f3e272b501f63c87ab3ec32 /httpconnectd@.service.in
initial commit
Diffstat (limited to 'httpconnectd@.service.in')
-rw-r--r--httpconnectd@.service.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/httpconnectd@.service.in b/httpconnectd@.service.in
new file mode 100644
index 0000000..8934abf
--- /dev/null
+++ b/httpconnectd@.service.in
@@ -0,0 +1,13 @@
+# Copyright 2016 Luke Shumaker
+# License: WTFPLv2
+[Unit]
+Description=An HTTP CONNECT connection
+After=network.target
+
+[Service]
+ExecStart=-@bindir@/httpconnectserver
+StandardInput=socket
+StandardOutput=inherit
+StandardError=journal
+User=nobody
+Group=nobody