1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
post_install() { cat <<EOT Now you may enable WoWLAN on each boot with: systemctl enable wowlan@phy0 If you wish to have WoWLAN enabled once, simply call: systemctl start wowlan@phy0 EOT } post_upgrade() { post_install }