mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
net-firewall/iptables: adjust systemd service deps
Package-Manager: portage-2.3.2
This commit is contained in:
@@ -3,8 +3,8 @@ Description=Restore ip6tables firewall rules
|
||||
# if both are queued for some reason, don't store before restoring :)
|
||||
Before=ip6tables-store.service
|
||||
# sounds reasonable to have firewall up before any of the services go up
|
||||
Before=network.target
|
||||
Conflicts=shutdown.target
|
||||
Before=network-pre.target
|
||||
Wants=network-pre.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
||||
@@ -3,8 +3,8 @@ Description=Restore iptables firewall rules
|
||||
# if both are queued for some reason, don't store before restoring :)
|
||||
Before=iptables-store.service
|
||||
# sounds reasonable to have firewall up before any of the services go up
|
||||
Before=network.target
|
||||
Conflicts=shutdown.target
|
||||
Before=network-pre.target
|
||||
Wants=network-pre.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
||||
Reference in New Issue
Block a user