./slimserver --daemon will give you back your shell and run in the background, so in that respect: yes. However, this method does not include init scripts, which is what allows your machine to startup slimserver on boot. So, if you reboot your machine, you will need to run ./slimserver.pl --daemon from the command line again to start it up.
As a hack, you could add a line to your /etc/rc.local file to start slimserver on boot without an init script. cheers, #!/ben -- bklaas "the Nokia770 skin guy" http://www.last.fm/user/bklaas/ ------------------------------------------------------------------------ bklaas's Profile: http://forums.slimdevices.com/member.php?userid=58 View this thread: http://forums.slimdevices.com/showthread.php?t=38201 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
