mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 02:03:09 +02:00
11 lines
233 B
Django/Jinja
11 lines
233 B
Django/Jinja
[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
|