fix: correct ExecStopPost command syntax in portmaster.service
https://github.com/safing/portmaster/issues/1949
This commit is contained in:
@@ -37,7 +37,7 @@ StateDirectory=portmaster
|
|||||||
# TODO(ppacher): add --disable-software-updates once it's merged and the release process changed.
|
# TODO(ppacher): add --disable-software-updates once it's merged and the release process changed.
|
||||||
WorkingDirectory=/var/lib/portmaster
|
WorkingDirectory=/var/lib/portmaster
|
||||||
ExecStart=/usr/lib/portmaster/portmaster-core --log-dir=/var/lib/portmaster/log -- $PORTMASTER_ARGS
|
ExecStart=/usr/lib/portmaster/portmaster-core --log-dir=/var/lib/portmaster/log -- $PORTMASTER_ARGS
|
||||||
ExecStopPost=-/usr/lib/portmaster/portmaster-core -recover-iptables
|
ExecStopPost=-/usr/lib/portmaster/portmaster-core --recover-iptables
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
Reference in New Issue
Block a user