From 5dcfb71633de1df77e70d907b86f592908a5d279 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 24 Feb 2017 12:38:17 +0100 Subject: system/update-motd.*: Adding update-motd service and timer. --- system/update-motd.timer | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 system/update-motd.timer (limited to 'system/update-motd.timer') diff --git a/system/update-motd.timer b/system/update-motd.timer new file mode 100644 index 0000000..fad4731 --- /dev/null +++ b/system/update-motd.timer @@ -0,0 +1,9 @@ +[Unit] +Description=Hourly update of MOTD + +[Timer] +OnCalendar=hourly +Persistent=true + +[Install] +WantedBy=timers.target -- cgit v1.2.3-54-g00ecf