Homebrew servcie control

This commit is contained in:
Erik Westrup
2022-02-12 17:59:41 +01:00
parent 399e7cd4ce
commit 07541cfaf2

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
```
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
1. In general, follow the same setup as in (#setup-linux-systemd) except for:
* use `make install-launchagent` instead of `make install-systemd`