restart media_server

Forum thread started by chaotic on Wed, 2012-03-14 12:27

hello,

how can i cleanly start, stop and restart the media_server from the command-line ??

Any suggestions ??

chaotic

Comments

Re: restart media_server

I'd do it with hey:

hey media_server quit
/boot/system/servers/media_server &

This will quit and restart the media_server. The media_addon_server will be quit and restarted automatically with the media_server.

Regards,
Humdinger

Re: restart media_server

Cool, nice tip, thanks,

chaotic