13 lines
175 B
SYSTEMD
13 lines
175 B
SYSTEMD
|
[Unit]
|
||
|
Description=Message of the Day
|
||
|
|
||
|
[Timer]
|
||
|
OnUnitActiveSec=12h
|
||
|
RandomizedDelaySec=1h
|
||
|
AccuracySec=10min
|
||
|
Persistent=true
|
||
|
OnStartupSec=1min
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|