11 lines
172 B
SYSTEMD
11 lines
172 B
SYSTEMD
[Unit]
|
|
Description=Send email from msmtp queue timer
|
|
|
|
[Timer]
|
|
OnBootSec=2m
|
|
OnUnitActiveSec=5m
|
|
Persistent=true
|
|
Unit=msmtp-runqueue.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|