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