summarylogtreecommitdiffstats
path: root/wowlan-systemd.install
diff options
context:
space:
mode:
authorLudovic Fauvet2019-09-06 02:31:09 +0200
committerLudovic Fauvet2019-09-06 02:31:09 +0200
commit77658a9ecf34364be1bed511c87ab9de9b5ab0e4 (patch)
tree15764c6adc518268c11af987f0b57c2f2cd2fbc7 /wowlan-systemd.install
downloadaur-wowlan-systemd.tar.gz
Initial commit
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
+}