aboutsummaryrefslogtreecommitdiffstats
path: root/system/update-motd.timer
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-02-24 12:38:17 +0100
committerDavid Runge <dave@sleepmap.de>2017-02-24 12:38:17 +0100
commit5dcfb71633de1df77e70d907b86f592908a5d279 (patch)
tree890d34c7eef3933991740c53b4aa446809e98986 /system/update-motd.timer
parente6df431d259bc476c968301f34e6e39c5bfe1ad2 (diff)
downloaduenv-5dcfb71633de1df77e70d907b86f592908a5d279.tar.gz
uenv-5dcfb71633de1df77e70d907b86f592908a5d279.tar.bz2
uenv-5dcfb71633de1df77e70d907b86f592908a5d279.tar.xz
uenv-5dcfb71633de1df77e70d907b86f592908a5d279.zip
system/update-motd.*: Adding update-motd service and timer.
Diffstat (limited to 'system/update-motd.timer')
-rw-r--r--system/update-motd.timer9
1 files changed, 9 insertions, 0 deletions
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