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