9 lines
151 B
SYSTEMD
9 lines
151 B
SYSTEMD
|
[Unit]
|
||
|
Description=Timer for periodic execution of postgres-backup service.
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=daily
|
||
|
Persistent=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|