From 5dd4dea30ec0544764912d2bafa09a24d1f45952 Mon Sep 17 00:00:00 2001 From: dma Date: Sun, 10 Sep 2017 22:57:23 +0000 Subject: [PATCH] Remove duplicate systemd unit file --- sources/lib/systemd/system/fw-daemon.service | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 sources/lib/systemd/system/fw-daemon.service diff --git a/sources/lib/systemd/system/fw-daemon.service b/sources/lib/systemd/system/fw-daemon.service deleted file mode 100644 index 0a9fba8..0000000 --- a/sources/lib/systemd/system/fw-daemon.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Documentation=https://github.com/subgraph/fw-daemon -Description=Subgraph Firewall Daemon - -[Service] -Environment="GODEBUG=cgocheck=0" -ExecStartPre=/usr/bin/install -d /var/run/fw-daemon -ExecStart=/usr/sbin/fw-daemon - -[Install] -WantedBy=multi-user.target