dotfiles/systemd/.config/systemd/user/email.timer

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
204 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Run my email job every 10 minutes
RefuseManualStart=no
RefuseManualStop=no
[Timer]
Persistent=false
OnBootSec=80
OnCalendar=*:0/10
Unit=email.service
[Install]
WantedBy=timers.target