Homebrew servcie control

This commit is contained in:
Erik Westrup
2022-02-12 17:59:41 +01:00
parent 399e7cd4ce
commit 07541cfaf2
+7
View File
@@ -272,6 +272,13 @@ With Homebrew you can easily install this project from the [erikw/homebrew-tap](
$ brew install erikw/tap/restic-automatic-backup-scheduler $ brew install erikw/tap/restic-automatic-backup-scheduler
``` ```
Then control the service with homebrew:
```console
$ brew services start restic-automatic-backup-scheduler
$ brew services restart restic-automatic-backup-scheduler
$ brew services stop restic-automatic-backup-scheduler
```
### Manual ### Manual
1. In general, follow the same setup as in (#setup-linux-systemd) except for: 1. In general, follow the same setup as in (#setup-linux-systemd) except for:
* use `make install-launchagent` instead of `make install-systemd` * use `make install-launchagent` instead of `make install-systemd`