afceb4a
diff -Naur ../hitch-1.4.4.orig/hitch.service ./hitch.service
afceb4a
--- ../hitch-1.4.4.orig/hitch.service	1970-01-01 01:00:00.000000000 +0100
afceb4a
+++ ./hitch.service	2016-12-23 12:56:09.567151298 +0100
afceb4a
@@ -0,0 +1,28 @@
0895aa4
+[Unit]
0895aa4
+Description=Network proxy that terminates TLS/SSL connections
0895aa4
+After=syslog.target network.target
0895aa4
+
0895aa4
+[Service]
0895aa4
+
0895aa4
+#
0895aa4
+# If you want to make changes to this file, please copy it to 
0895aa4
+# /etc/systemd/system/hitch.service and make your changes there.
0895aa4
+# This will override the file kept at /lib/systemd/system/hitch.service
0895aa4
+#
0895aa4
+# Configuration may be done in /etc/hitch/hitch.params
0895aa4
+#
0895aa4
+
0895aa4
+PIDFile=/run/hitch/hitch.pid
0895aa4
+
0895aa4
+# Maximum size of the corefile. 
0895aa4
+LimitCORE=infinity
0895aa4
+
afceb4a
+RuntimeDirectory=hitch
0895aa4
+Type=simple
0895aa4
+PrivateTmp=true
1a41ea0
+ExecStart=/usr/sbin/hitch --pidfile=/run/hitch/hitch.pid --config=/etc/hitch/hitch.conf
e266e15
+ExecReload=/usr/bin/kill -HUP $MAINPID
0895aa4
+
0895aa4
+[Install]
0895aa4
+WantedBy=multi-user.target
0895aa4
+