salt/states/roles/maintain/sendmail/highstate.timer

13 lines
256 B
SYSTEMD

[Unit]
Description=Runs state.highstate every hour
[Timer]
# Time to wait after booting before we run first time
OnBootSec=10min
# Time between running each consecutive time
OnUnitActiveSec=1h
Unit=highstate.service
[Install]
WantedBy=multi-user.target