You are not logged in.
Any netctl profile cat run commands via ExecUpPost, like this:
Description='Bond Interface'
Interface='bond0'
Connection='bond'
BindsToInterfaces='lan wan eth'
IP='static'
Address="192.168.0.193/26"
DNS="127.0.0.1"
ExecUpPost='/usr/bin/ethtool -K wan tso off; /usr/bin/ethtool -K lan tso off; /usr/bin/ethtool -K eth tso off'
Can systemd-networkd do something? I read man's about systemd.netdev and systemd.link - no information.
Offline
Write a *.service file for whatever commands you want to run, with
After=systemd-networkd-wait-online.service
in it.
Offline
Write a *.service file for whatever commands you want to run, with
After=systemd-networkd-wait-online.service
in it.
Yep, I can do this. But, it is inconvenient, cause after few years we forget about it. In the config is clearly.
Offline
OK - submit a feature request to the networkd devs about it, preferably with a patch attached.
Personally, I don't see how it's inconvenient.
Offline