https://github.com/tripflex/plexmediaserver-init
INIT script for PlexMediaServer
https://github.com/tripflex/plexmediaserver-init
Last synced: 5 months ago
JSON representation
INIT script for PlexMediaServer
- Host: GitHub
- URL: https://github.com/tripflex/plexmediaserver-init
- Owner: tripflex
- Created: 2013-07-15T19:06:38.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T15:33:37.000Z (over 8 years ago)
- Last Synced: 2025-03-13T22:11:13.344Z (about 1 year ago)
- Homepage: http://smyl.es/the-ultimate-nas-media-center-with-debian-based-openmediavault-and-plex-media-server/
- Size: 133 KB
- Stars: 11
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plex Media Server INIT Script
http://smyl.es/the-ultimate-nas-media-center-with-debian-based-openmediavault-and-plex-media-server/
This is the init script for Plex Media Server that should be located at /etc/init.d/plexmediaserver. This is something I had to track down when setting up Plex Media Server with OpenMediaVault, as the default installer for PlexMediaServer seems to have a problem with creating the init script, so I had to manually add it.
## iPlex
I've also created a script that will automatically install latest init.d file and do everything for you (move files, etc)
https://github.com/tripflex/iPlex
## Installation
``` bash
wget https://raw.github.com/tripflex/plexmediaserver-init/master/plexmediaserver
mv plexmediaserver /etc/init.d/plexmediaserver
chmod +x /etc/init.d/plexmediaserver
```
## Usage
Using this should be just the same as you normally do, but as example
``` bash
/etc/init.d/plexmediaserver {start|stop|restart|status}
```
If you upgrade plex using the deb, the installer will rename the file to something like plexmediaserver.bkup, you will just need to remove the new /etc/init.d/plexmediaserver it created (should be blank), and move the backup back to it's original name.
Profit!