mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 00:00:13 -08:00
documenting the shell/plex.sh script
This commit is contained in:
18
README.md
18
README.md
@@ -1,2 +1,20 @@
|
||||
# shell
|
||||
|
||||
Shell commands
|
||||
|
||||
# plex.sh
|
||||
|
||||
This script is used to manage the Plex Media Server service on a systemd-based Linux distribution. It provides the following functionalities:
|
||||
|
||||
- **start**: Starts the Plex Media Server.
|
||||
- **stop**: Stops the Plex Media Server.
|
||||
- **restart**: Restarts the Plex Media Server.
|
||||
- **status**: Displays the current status of the Plex Media Server.
|
||||
|
||||
## Usage
|
||||
|
||||
Note that these commands will run as `root`.
|
||||
|
||||
```shell
|
||||
./shell/plex.sh {start|stop|restart|status}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user