February 9, 201214 yr How do I manually stop the following applications: Airvideoserver SABNZB Couchpotato Plex I want to stop them before rebooting my server. Normally I can stop Airvideoserver and SABNZB in user scripts, but I can't access it anymore.
February 9, 201214 yr How do I manually stop the following applications: Airvideoserver SABNZB Couchpotato Plex I want to stop them before rebooting my server. Normally I can stop Airvideoserver and SABNZB in user scripts, but I can't access it anymore. if you installed using the unmenu packages then SAB, CouchPotato and Airvideo can be stopped via: /etc/rc.d/unraid.d/rc.unraid_sabnzbd stop /etc/rc.d/unraid.d/rc.unraid_couchpotato stop /boot/unmenu/41-unmenu_user_script_stop_airvideo Plex will probably have to be stopped via something like: ps -ef | grep plex | grep -v grep then kill THE_PROCESS_ID
Archived
This topic is now archived and is closed to further replies.