9 lines
220 B
Django/Jinja
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
|