From d266369a98199e183e66b23adb787566928b7ffa Mon Sep 17 00:00:00 2001 From: Blallo Date: Mon, 19 Nov 2018 16:15:42 +0100 Subject: [PATCH] Enable and START the timers --- mastodon/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/mastodon/README.md b/mastodon/README.md index 0d946aa..33c2333 100644 --- a/mastodon/README.md +++ b/mastodon/README.md @@ -22,4 +22,5 @@ And start them (as root): ``` $ systemctl enable pg_backup_*.timer +$ systemctl start pg_backup_*.timer ```