mirror of
https://github.com/fruworg/infrastructure.git
synced 2024-11-16 05:17:17 +03:00
10 lines
127 B
SYSTEMD
10 lines
127 B
SYSTEMD
[Unit]
|
|
Description=Daily Backup Timer
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 03:00:00
|
|
Unit=backup.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|