From 0cd66aa0d93b19eb6837a65e01a0c6e7682c013e Mon Sep 17 00:00:00 2001 From: xSmurf Date: Fri, 25 Nov 2016 07:14:45 +0000 Subject: [PATCH] Added reload to systemd unit --- sources/lib/systemd/system/fw-daemon.service | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/lib/systemd/system/fw-daemon.service b/sources/lib/systemd/system/fw-daemon.service index 94c0e8c..730a0fd 100644 --- a/sources/lib/systemd/system/fw-daemon.service +++ b/sources/lib/systemd/system/fw-daemon.service @@ -4,6 +4,7 @@ Description=Subgraph Firewall Daemon [Service] Environment="GODEBUG=cgocheck=0" ExecStart=/usr/sbin/fw-daemon +ExecReload=/bin/kill -HUP ${MAINPID} [Install] WantedBy=multi-user.target