Minor fix on README

This commit is contained in:
Gerard Bosch
2022-02-15 18:22:45 +01:00
committed by GitHub
parent 4952cc3ee1
commit e8a2647cae
+1 -1
View File
@@ -468,7 +468,7 @@ Put this file in `/bin`:
Put this files in `/etc/systemd/system/`: Put this files in `/etc/systemd/system/`:
* `nm-unmetered-connection.service`: A service that is in success state if the connection is unmetered only. * `nm-unmetered-connection.service`: A service that is in success state if the connection is unmetered only.
Now edit `restic-backup.service` and `status-email-user.service` to require the new service to be in success state: Now edit `restic-backup.service` and `restic-check.service` to require the new service to be in success state:
``` ```
Requires=nm-unmetered-connection.service Requires=nm-unmetered-connection.service
``` ```