fff-firewall: Remove variables not used by procd

The variables SERVICE_WRITE_PID and SERVICE_DAEMONIZE are not used by
procd, so they are removed.

Signed-off-by: Fabian Bläse <fabian@blaese.de>
Reviewed-by: Robert Langhammer <rlanghammer@web.de>
Reviewed-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Fabian Bläse 2021-01-27 16:21:53 +01:00 committed by Christian Dresel
parent ddb6b28368
commit 8f4c2f7c06
1 changed files with 0 additions and 3 deletions

View File

@ -4,9 +4,6 @@ START=50
USE_PROCD=1
SERVICE_WRITE_PID=1
SERVICE_DAEMONIZE=1
FIREWALL_DIR=/usr/lib/firewall.d
service_triggers()