alsaproblems (want it for voicecommand)
|
23rd Jan, 2014, 08:33 PM
Post: #24
|
|||
|
|||
RE: alsaproblems (want it for voicecommand)
(23rd Jan, 2014 05:34 AM)lukeg01 Wrote: What is the -dmS? Terminal xbian@xbian ~ $ screen -h Use: screen [-opts] [cmd [args]] or: screen -r [host.tty] Options: [...] -dmS name Start as daemon: Screen session in detached mode. [...] (23rd Jan, 2014 05:34 AM)lukeg01 Wrote: And the sudo nohup voicecommand keeps it in background Okay, so just use screen instead of nohup. That way you can use my startscript and you're able to get into the running session whenever you want with: Terminal sudo screen -r voicecommand As it seems that you want to run voicecommand as root, remember to change the USER var in the startscript to root. Of course, you could even just delete the USER var and replace screen -dmS $APP su -c $APP $USER with screen -dmS $APP $APP And here again your commands to kill and start again with other configuration: kill Terminal sudo screen -S voicecommand -X quit Terminal sudo screen -dmS voicecommand voicecommand -f /your/custom/configfile My setup: Software: XBian version: 1.0RC3 | XBMC version: 13.2 (Gotham) | Overclock settings: High Hardware: RPi model: B | Power: DUB-H7 | SD: Tanscend Class 10 | Network: Wireless |
|||
« Next Oldest | Next Newest »
|