mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
11 lines
233 B
Plaintext
11 lines
233 B
Plaintext
![]() |
[Unit]
|
||
|
Description=Cleanup Nomad and Docker runtime rules
|
||
|
Before=iptables.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/bin/perl {{ nomad_root_dir }}/bin/iptables_cleanup.pl /etc/sysconfig/iptables
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|