1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-03-11 14:43:02 +00:00

Updated Autostart on Linux Windows MacOS FreeBSD (markdown)

morpheus65535 2020-11-22 09:24:19 -05:00
parent 8f317cdfb6
commit e66862f1cd

@ -132,8 +132,6 @@ end script
As-is, the LaunchAgent expects bazarr to be cloned or installed at `/Applications/bazarr`. If this is counter to other documentation I recommend amending the file contents.
You have to be running Python installed through Brew.
The LaunchAgent should be named `com.github.morpheus65535.bazarr.plist` - again, if you'd like something else, update the Label in the file itself as well.
The file is installed to `~/Library/LaunchAgents` and the service will start when the user logs into the system. After installation, the service can be started immediately by running `launchctl load ~/Library/LaunchAgents/com.github.morpheus65535.bazarr.plist`. The service can be stopped by running the same command replacing load with unload.