#!/hint/bash
printf -v ExecUpPost  "systemctl start network-online@%q.service" "$(systemd-escape -- "$Profile")"
printf -v ExecDownPre "systemctl stop  network-online@%q.service" "$(systemd-escape -- "$Profile")"
