10 lines
131 B
SYSTEMD
10 lines
131 B
SYSTEMD
|
[Unit]
|
||
|
Description=spin drives down at night
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=*-*-* 07:00:00
|
||
|
Persistent=false
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|