0895aa4
diff -Naur ../hitch-00b264b5537986fecfa1013cc27ad3b7b771a646.orig/hitch.service ./hitch.service
0895aa4
--- ../hitch-00b264b5537986fecfa1013cc27ad3b7b771a646.orig/hitch.service	1970-01-01 01:00:00.000000000 +0100
0895aa4
+++ ./hitch.service	2015-06-25 14:23:07.120277818 +0200
0895aa4
@@ -0,0 +1,27 @@
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
+
0895aa4
+Type=simple
0895aa4
+PrivateTmp=true
0895aa4
+ExecStart=/usr/sbin/hitch-openssl --pidfile=/run/hitch/hitch.pid --config=/etc/hitch/hitch.conf
0895aa4
+
0895aa4
+
0895aa4
+[Install]
0895aa4
+WantedBy=multi-user.target
0895aa4
+
0895aa4
diff -Naur ../hitch-00b264b5537986fecfa1013cc27ad3b7b771a646.orig/hitch.tmpfilesd.conf ./hitch.tmpfilesd.conf
0895aa4
--- ../hitch-00b264b5537986fecfa1013cc27ad3b7b771a646.orig/hitch.tmpfilesd.conf	1970-01-01 01:00:00.000000000 +0100
0895aa4
+++ ./hitch.tmpfilesd.conf	2015-06-25 14:44:15.785888764 +0200
0895aa4
@@ -0,0 +1 @@
0895aa4
+d /run/hitch 0755 hitch hitch -