11 lines
167 B
SYSTEMD
11 lines
167 B
SYSTEMD
[Unit]
|
|
Description=Run monthly digest on day 1
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-01 09:30:00
|
|
Persistent=true
|
|
Unit=termi-monthly-digest.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|