update smartctl services
This commit is contained in:
parent
1633bb7970
commit
871a342f2f
|
@ -1,9 +1,9 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Smartctl Run Short Test every week
|
Description=Smartctl run a long test every month on Monday
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnBootSec=monthly
|
OnCalendar=Monday *-*-01..07 00:00:00
|
||||||
OnUnitActiveSec=monthly
|
Persistent=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=timers.target
|
WantedBy=timers.target
|
|
@ -1,9 +1,9 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Smartctl Run Short Test every week
|
Description=Smartctl run a long test every week on Monday
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnBootSec=weekly
|
OnCalendar=Monday *-*-* 00:00:00
|
||||||
OnUnitActiveSec=weekly
|
Persistent=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=timers.target
|
WantedBy=timers.target
|
Loading…
Reference in New Issue