Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: heiheshang on March 16, 2010, 02:47:45 AM

Title: auto start and auto shutdown
Post by: heiheshang on March 16, 2010, 02:47:45 AM
At system loading starts rdesktop. Autostart has placed in./.xsession.
rdesktop-f-uddd-p123 192.168.6.57
pid = $ (ps-a |grep rdesktop |awk ' {print $3} ')
wait $pid
/etc/init.d/rc.shutdown
rdesktop successfully starts, but at end of session deenergizing does not occur. Prompt as to be?
Title: Re: auto start and auto shutdown
Post by: curaga on March 16, 2010, 08:02:55 AM
Try using "sudo poweroff" instead of rc.shutdown
Title: Re: auto start and auto shutdown
Post by: heiheshang on March 16, 2010, 09:02:46 PM
Has not helped