Browse Source

Enable and START the timers

Blallo 5 years ago
parent
commit
d266369a98
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mastodon/README.md

+ 1 - 0
mastodon/README.md

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