Skip to content

Commit

Permalink
fix[close #73]: (dev) iptables missing breaking abroot
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Sep 2, 2024
1 parent 335e7b3 commit dd6ebc1
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions modules/91-iptables.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
name: enable-iptables-systemd-unit
type: shell
commands:
- ln -s /usr/lib/systemd/system/iptables.service /etc/systemd/system/multi-user.target.wants/iptables.service
name: iptables
type: apt
source:
packages:
- iptables
modules:
- name: enable-iptables-systemd-unit
type: shell
commands:
- ln -s /usr/lib/systemd/system/iptables.service /etc/systemd/system/multi-user.target.wants/iptables.service

0 comments on commit dd6ebc1

Please sign in to comment.