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 Adrian Schmutzler
parent 3eb744e491
commit f8b93325f2
2 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=fff-firewall
PKG_RELEASE:=5
PKG_RELEASE:=6
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)

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()