From ec5e3b7fa45693bf5a5d383831a39068ec4e7b2e Mon Sep 17 00:00:00 2001 From: Cody Cook Date: Sun, 5 Nov 2017 12:57:51 -0800 Subject: [PATCH] Add SYSTEMDUNIT description to README.md (#210) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c0a93ee..1559db5 100755 --- a/README.md +++ b/README.md @@ -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. - `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. +- `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...