dotfiles/config/automatrop/roles/system/files/dhcpcd.exit-hook

6 lines
72 B
Plaintext

if $if_up; then
chronyc online
elif $if_down; then
chronyc offline
fi