mirror of
https://github.com/Dvorinka/Productier.git
synced 2026-06-03 20:13:01 +00:00
11 lines
167 B
SYSTEMD
11 lines
167 B
SYSTEMD
[Unit]
|
|
Description=Run Productier backup job daily
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 02:30:00
|
|
Persistent=true
|
|
Unit=productier-backup.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|