12 lines
161 B
SYSTEMD
12 lines
161 B
SYSTEMD
[Unit]
|
|
Description=Message of the Day
|
|
|
|
[Timer]
|
|
OnCalendar=00,12:00:00
|
|
RandomizedDelaySec=12h
|
|
Persistent=true
|
|
OnStartupSec=1min
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|