Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
5538c16344d49fab1fdce60c7c74d490753fc7dd
/
.
/
meta-google
/
recipes-google
/
nftables
/
files
/
nftables.service
blob: 7130dea930d4fd552d59ce575fa6f719a755e195 [
file
] [
log
] [
blame
]
[
Unit
]
Before
=
network
-
pre
.
target
[
Service
]
Type
=
oneshot
RemainAfterExit
=
yes
ExecStart
=
/bin/
bash
-
c
'echo /etc/nftables/*.rules | xargs -n 1 nft -f'
ExecStop
=
/bin/
bash
-
c
'nft flush ruleset'
[
Install
]
WantedBy
=
multi
-
user
.
target