summaryrefslogtreecommitdiff
path: root/src/etc/update-motd.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/update-motd.d')
-rwxr-xr-xsrc/etc/update-motd.d/99-reboot7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/etc/update-motd.d/99-reboot b/src/etc/update-motd.d/99-reboot
new file mode 100755
index 000000000..718be1a7a
--- /dev/null
+++ b/src/etc/update-motd.d/99-reboot
@@ -0,0 +1,7 @@
+#!/bin/vbash
+source /opt/vyatta/etc/functions/script-template
+if [ -f /run/systemd/shutdown/scheduled ]; then
+ echo
+ run show reboot
+fi
+exit