debian-setup/templates/interface_restart.service.j2
2024-08-03 15:11:52 +02:00

9 lines
220 B
Django/Jinja

# {{ ansible_managed }}
#
[Unit]
Description=Service which reconfigures the `link1` interface as a temporary workaround for the buggy r8169 driver
[Service]
ExecStart=/usr/bin/networkctl reconfigure link1
Type=oneshot