Add SYSTEMDUNIT description to README.md (#210)

This commit is contained in:
Cody Cook 2017-11-05 12:57:51 -08:00 committed by Henric Andersson
parent 551e664262
commit ec5e3b7fa4

View file

@ -48,6 +48,8 @@ There are a few additional options for the more enterprising user. Setting any o
Override which version to download, use -l option to see what you can select. Override which version to download, use -l option to see what you can select.
- `TOKEN` - `TOKEN`
If you want to install Plex Pass releases, plexupdate will try to get your account token directly from your Plex Media Server. If you want to use a different token to authenticate, you can enter it here instead. Please read [Authenticating with Plex Pass](https://github.com/mrworf/plexupdate/wiki/Authenticating-with-Plex-Pass) on the wiki for more details. If you want to install Plex Pass releases, plexupdate will try to get your account token directly from your Plex Media Server. If you want to use a different token to authenticate, you can enter it here instead. Please read [Authenticating with Plex Pass](https://github.com/mrworf/plexupdate/wiki/Authenticating-with-Plex-Pass) on the wiki for more details.
- `SYSTEMDUNIT`
If set, plexupdate.sh will use a custom systemd unit during `AUTOSTART`, which may be necessary when you are using a custom NAS package. The default is `plexmediaserver.service`.
Most of these options can be specified on the command-line as well, this is just a more convenient way of doing it if you're scripting it. Which brings us to... Most of these options can be specified on the command-line as well, this is just a more convenient way of doing it if you're scripting it. Which brings us to...