diff -Naur ../hitch-1.2.0.orig/hitch.service ./hitch.service --- ../hitch-1.2.0.orig/hitch.service 1970-01-01 01:00:00.000000000 +0100 +++ ./hitch.service 2016-04-26 10:43:41.177533507 +0200 @@ -0,0 +1,27 @@ +[Unit] +Description=Network proxy that terminates TLS/SSL connections +After=syslog.target network.target + +[Service] + +# +# If you want to make changes to this file, please copy it to +# /etc/systemd/system/hitch.service and make your changes there. +# This will override the file kept at /lib/systemd/system/hitch.service +# +# Configuration may be done in /etc/hitch/hitch.params +# + +PIDFile=/run/hitch/hitch.pid + +# Maximum size of the corefile. +LimitCORE=infinity + +Type=simple +PrivateTmp=true +ExecStart=/usr/sbin/hitch --pidfile=/run/hitch/hitch.pid --config=/etc/hitch/hitch.conf +ExecReload=/usr/bin/kill -HUP $MAINPID + +[Install] +WantedBy=multi-user.target + diff -Naur ../hitch-1.2.0.orig/hitch.tmpfilesd.conf ./hitch.tmpfilesd.conf --- ../hitch-1.2.0.orig/hitch.tmpfilesd.conf 1970-01-01 01:00:00.000000000 +0100 +++ ./hitch.tmpfilesd.conf 2016-04-26 10:44:00.091623905 +0200 @@ -0,0 +1 @@ +d /run/hitch 0755 hitch hitch -