From 7e52a7079afb522d1456833023ad58fa8b05e880 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 12 Aug 2021 20:59:37 +0200 Subject: login: T3746: inform users about pending reboots --- debian/vyos-1x.install | 1 + src/etc/update-motd.d/99-reboot | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100755 src/etc/update-motd.d/99-reboot diff --git a/debian/vyos-1x.install b/debian/vyos-1x.install index 2ed25755f..7ca568eff 100644 --- a/debian/vyos-1x.install +++ b/debian/vyos-1x.install @@ -10,6 +10,7 @@ etc/sudoers.d etc/systemd etc/sysctl.d etc/udev +etc/update-motd.d etc/vyos lib/ opt/ 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 -- cgit v1.2.3