Lightweight node app to use in place of plex to self host your video and movie collections. Running on just under 50MB of ram this is ideal for people looking to host videos on minimal hardware.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
530 B

# File Location /lib/systemd/system
#
# After file creation run: systemctl daemon-reload
# enable service on start up: systemctl enable jrtechsvideos.service
# start the service: systemctl start jrtechsvideos
[Unit]
Description=Videos site for jrtechs
Documentation=https://videos.jrtechs.net
After=network.target
[Service]
Type=simple
User=jeff
WorkingDirectory=/var/www/video.jrtechs.net/HomeBrewPlex
ExecStart=/bin/bash /var/www/video.jrtechs.net/HomeBrewPlex/run.sh
Restart=on-failure
[Install]
WantedBy=multi-user.target