mirror of
https://github.com/safing/portmaster-linux-pkgs.git
synced 2026-05-20 20:10:34 +00:00
Remove --log level support and conflict with firewalld.service
This commit is contained in:
+2
-1
@@ -5,6 +5,7 @@ Documentation=https://docs.safing.io
|
||||
Before=nss-lookup.target network.target shutdown.target
|
||||
After=systemd-networkd.service
|
||||
Conflicts=shutdown.target
|
||||
Conflicts=firewalld.service
|
||||
Wants=nss-lookup.target
|
||||
|
||||
[Service]
|
||||
@@ -37,7 +38,7 @@ CapabilityBoundingSet=cap_chown cap_kill cap_net_admin cap_net_bind_service cap_
|
||||
SystemCallArchitectures=native
|
||||
SystemCallFilter=@system-service @module
|
||||
SystemCallErrorNumber=EPERM
|
||||
ExecStart=/opt/safing/portmaster/portmaster-start --data /opt/safing/portmaster core -- --log $LOGLEVEL $PORTMASTER_ARGS
|
||||
ExecStart=/opt/safing/portmaster/portmaster-start --data /opt/safing/portmaster core -- $PORTMASTER_ARGS
|
||||
ExecStopPost=-/opt/safing/portmaster/portmaster-start recover-iptables
|
||||
|
||||
[Install]
|
||||
|
||||
Reference in New Issue
Block a user