Raspi+MIPS wrote: > Hm, another night with hanging process. Problem is, I can not get the > logs... > > Anyone knows what is wrong with this systemd service line? > > ExecStart=/root/bin/squeezelite -m 00:00:00:00:00:12 -n "Berliner > Zimmer" -d all=debug &> /root/debug.log > > ps gives (in the evening) > > RLsl 848:46 /root/bin/squeezelite -m 00 00 00 00 00 12 -n Berliner > Zimmer -d all debug &> /root/debug.log > > : and = are missing in the output also when starting the command by > hand. > > Process is started by systemd as root at boot time but does not write > into the debug file (of course squeezelite works, at least for the first > couple of hours). > If started per hand with the same exact command, redirection works. Hm, > whatever...
Not sure you will get any logging output if the "=" is missing... Why not just run as a normal user and leave running - it traps and ignores SIGHUP so should just keep running? ------------------------------------------------------------------------ Triode's Profile: http://forums.slimdevices.com/member.php?userid=17 View this thread: http://forums.slimdevices.com/showthread.php?t=97046 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
