mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 03:07:48 +00:00
11 lines
144 B
SYSTEMD
Executable File
11 lines
144 B
SYSTEMD
Executable File
[Unit]
|
|
Description=Backup contabo db daily
|
|
|
|
[Timer]
|
|
Persistent=true
|
|
OnCalendar=*-*-* 10:00:00
|
|
WakeSystem=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|