Enable and START the timers

This commit is contained in:
Blallo 2018-11-19 16:15:42 +01:00
parent 481d797c72
commit d266369a98
No known key found for this signature in database
GPG key ID: 0CBE577C9B72DC3F

View file

@ -22,4 +22,5 @@ And start them (as root):
```
$ systemctl enable pg_backup_*.timer
$ systemctl start pg_backup_*.timer
```