Make launchd service for macOS

This commit is contained in:
Jonathan Dahan 2023-08-23 13:14:32 -04:00
parent 2815dc5209
commit b39db0fcd4
2 changed files with 27 additions and 0 deletions

View file

@ -286,6 +286,14 @@ guarantee nginx waits for this service to start. Edit
Before=nginx.service
```
## launchd
If you are on macOS, you can use the launchd service available in `contrib/libreddit.plist`.
Install it with `cp contrib/libreddit.plist ~/Library/LaunchAgents/`.
Load and start it with `launchctl load ~/Library/LaunchAgents/libreddit.plist`.
## Building
```