summarylogtreecommitdiffstats
path: root/wowlan-systemd.install
blob: 8aa2baa342ad6501935e793c3defd4e0752e9a3e (plain)
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
}