bundles/nftables: restart on failure
This commit is contained in:
parent
a9d4cc73c1
commit
690c0b7050
1 changed files with 3 additions and 0 deletions
|
@ -8,3 +8,6 @@ ExecStart=/usr/local/sbin/apply-sysctl
|
||||||
ExecReload=
|
ExecReload=
|
||||||
ExecReload=/usr/sbin/nft -f /etc/nftables.conf
|
ExecReload=/usr/sbin/nft -f /etc/nftables.conf
|
||||||
ExecReload=/usr/local/sbin/apply-sysctl
|
ExecReload=/usr/local/sbin/apply-sysctl
|
||||||
|
|
||||||
|
Restart=on-failure
|
||||||
|
RestartSec=2
|
||||||
|
|
Loading…
Reference in a new issue