Skip to content

Commit c6afc37

Browse files
author
Ubuntu
committed
cloud_setup/: load firewall
load firewall instead of firewall-reload. Unneccessary to reload since this is a base firewall that blocks everything. This script needs to run before any service that provides it's own firewall settings. Signed-off-by: Ubuntu <ubuntu@ip-172-31-6-31.us-west-1.compute.internal>
1 parent 865f4ec commit c6afc37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud_setup/custom_firewall.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Wants=network-pre.target docker.service
44
Conflicts=ufw.service docker.service
55

66
[Service]
7-
ExecStart=/etc/firewallsetup/firewall-reload
7+
ExecStart=/etc/firewallsetup/firewall
88

99
[Install]
1010
WantedBy=multi-user.target

0 commit comments

Comments
 (0)