summarylogtreecommitdiffstats
path: root/wowlan-systemd.install
diff options
context:
space:
mode:
Diffstat (limited to 'wowlan-systemd.install')
-rw-r--r--wowlan-systemd.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/wowlan-systemd.install b/wowlan-systemd.install
new file mode 100644
index 000000000000..8aa2baa342ad
--- /dev/null
+++ b/wowlan-systemd.install
@@ -0,0 +1,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
+}