add a simple packet filter for demeter

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-07-03 20:55:09 +02:00
parent 949bc0a212
commit b1653f03b6
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206
3 changed files with 1198 additions and 0 deletions

View 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