Merge pull request #5 from wyattjoh/master

systemd timers
This commit is contained in:
Erik Westrup
2018-09-05 06:49:40 +02:00
committed by GitHub
+1
View File
@@ -73,6 +73,7 @@ Put these files in `/etc/systemd/system/`:
Now simply enable the timer with: Now simply enable the timer with:
```bash ```bash
$ systemctl start restic-backup.timer
$ systemctl enable restic-backup.timer $ systemctl enable restic-backup.timer
```` ````