diff --git a/debian/changelog b/debian/changelog index 2075201..d378b6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fw-daemon (0.0.9-2) unstable; urgency=low + + * Update install file and replace package systemd unit + + -- Subgraph Sun, 10 Sep 2017 22:55:00 +0000 + fw-daemon (0.0.9-1) unstable; urgency=low * Bump version diff --git a/debian/fw-daemon.install b/debian/fw-daemon.install index 008b6f6..09e5be6 100644 --- a/debian/fw-daemon.install +++ b/debian/fw-daemon.install @@ -3,4 +3,3 @@ usr/bin/fw-settings usr/bin sources/etc/dbus-1/system.d/com.subgraph.Firewall.conf etc/dbus-1/system.d/ sources/usr/share/applications/subgraph-firewall.desktop usr/share/applications/ sources/etc/sgfw/fw-daemon-socks.json /etc/sgfw/ -sources/lib/systemd/system/fw-daemon.service /lib/systemd/system/ diff --git a/debian/fw-daemon.service b/debian/fw-daemon.service index 81218db..d04164c 100644 --- a/debian/fw-daemon.service +++ b/debian/fw-daemon.service @@ -4,6 +4,7 @@ Description=Subgraph Firewall Daemon [Service] Environment="GODEBUG=cgocheck=0" +ExecStartPre=/usr/bin/install -m 750 -d /var/run/fw-daemon ExecStart=/usr/sbin/fw-daemon [Install]