Ron Olsen wrote: 
> 1. If you entered
> > 
Code:
--------------------
  >   > squeezelite -s localhost -o hw:CARD=S20,DEV=0 -m xx:xx:xx:xx:xx:xx -n 
"S20" -d output=debug -f /var/log/squeezelite.log
--------------------
> > 
> the process runs in the foreground, and you do not get a command
> prompt. You terminate the foreground process by entering control-c.
> 
> 2. If you entered
> > 
Code:
--------------------
  >   > squeezelite -s localhost -o hw:CARD=S20,DEV=0 -m xx:xx:xx:xx:xx:xx -n 
"S20" -d output=debug -f /var/log/squeezelite.log 2>&1 &
--------------------
> > 
> the process runs in the background, and you get a command prompt. You
> terminate the background process by entering
> > 
Code:
--------------------
  >   > pkill squeezelite
--------------------
> > 
> 3. Read the log using the "less" pager:
> > 
Code:
--------------------
  >   > less /var/log/squeezelite.log
--------------------
> > 
> 
> 4. To restart the squeezelite0 service after terminating the
> foreground or background process:
> > 
Code:
--------------------
  >   > systemctl start squeezelite0
--------------------
> > 

I chose to run the process in the background.  If I stop squeezelite
before I enter the command how do I run music for testing without
starting squeezelite?  Step 4 has me starting the service after
terminating the logging.


------------------------------------------------------------------------
luxo's Profile: http://forums.slimdevices.com/member.php?userid=29279
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to