10 lines
135 B
SYSTEMD
10 lines
135 B
SYSTEMD
[Unit]
|
|
Description=Runs SnapRAID scrub monthly
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-01 02:00:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|