From a99019a63f8e224a4933dc4ae9c40f96d0a8a1aa Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 10 Apr 2016 14:00:25 -0600 Subject: [PATCH] Also fix service file to look in the right place --- nftables.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nftables.service b/nftables.service index e66f5f3..1e8c194 100644 --- a/nftables.service +++ b/nftables.service @@ -8,8 +8,8 @@ Before=network-pre.target Type=oneshot ProtectSystem=full ProtectHome=true -ExecStart=/sbin/nft -f /etc/nftables.conf -ExecReload=/sbin/nft 'flush ruleset; include "/etc/nftables.conf";' +ExecStart=/sbin/nft -f /etc/sysconfig/nftables.conf +ExecReload=/sbin/nft 'flush ruleset; include "/etc/sysconfig/nftables.conf";' ExecStop=/sbin/nft flush ruleset RemainAfterExit=yes