| 
					Idea: Pause download package when video is playing.
				 | 
| 
					4th Mar, 2013, 07:51 AM 
				 Post: #25 | |||
| 
 | |||
| RE: Pause download package when video is playing. 
					Yeah you are right! But that's only for sickbeard, that script is a bit different because sickbeard gets it's default values from another file where the variables are declared. You can see that here: Terminal # Source SickBeard configuration if [ -f /etc/default/sickbeard ]; then . /etc/default/sickbeard else echo "/etc/default/sickbeard not found using default settings."; fi Pay attention to the init scripts, just sickbeard is different. Here are the default variables for sickbeard: /etc/default/sickbeard Sorry for that! You could just do: Terminal "start-stop-daemon --background -d $APP_PATH -c $RUN_AS:download $EXTRA_SSD_OPTS --start --pidfile $PID_FILE --exec $DAEMON | |||
| 
					« Next Oldest | Next Newest »
				 |