summarylogtreecommitdiffstats
path: root/wol-systemd.install
blob: f514d3e813a27ebe248ae87f4dee9726512fc71b (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 WOL on each boot with:

    systemctl enable wol@eth0

If you wish to have WOL enabled once, simply call:

    systemctl start wol@eth0

EOT
}

post_upgrade() {
  post_install
}