add a simple packet filter for demeter
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
949bc0a212
commit
b1653f03b6
3 changed files with 1198 additions and 0 deletions
14
config/fwbuilder/fwbuilder.service
Normal file
14
config/fwbuilder/fwbuilder.service
Normal file
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=fwbuilder-based packet filter
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
WorkingDirectory=/
|
||||
ExecStart=/root/releng/config/fwbuilder/%l.fw start
|
||||
ExecStop=/root/releng/config/fwbuilder/%l.fw stop
|
||||
Restart=no
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue