mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 23:40:51 +00:00
12 lines
188 B
SYSTEMD
12 lines
188 B
SYSTEMD
|
[Unit]
|
||
|
Description=Backup memsource daily
|
||
|
|
||
|
[Timer]
|
||
|
Persistent=true
|
||
|
OnCalendar=*-*-* 10:30:00
|
||
|
WakeSystem=true
|
||
|
#DayOfWeek Year-Month-Day Hour:Minute:Second
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|