fix: start the timer after enabling it

This commit is contained in:
Wyatt Johnson
2018-09-04 22:23:55 +00:00
committed by GitHub
parent ec4b86a97d
commit d1486df017

View File

@@ -73,6 +73,7 @@ Put these files in `/etc/systemd/system/`:
Now simply enable the timer with:
```bash
$ systemctl start restic-backup.timer
$ systemctl enable restic-backup.timer
````