Silent vlc on startup
Posted: 16 Sep 2005 23:32
Sorry for my English
I want my vlc to start up after booting Linux.
I have used this script:
It works, but my console is busy and there are much of debug messages on the screen. I want vlc start in the background and work silently (as daemon).
Is it possible? I tried to do it with "&" in the end of string, but console was blocked too.
I want my vlc to start up after booting Linux.
I have used this script:
Code: Select all
#/bin/bash
sudo nice -n-4 /usr/bin/wxvlc --color -I rc -vvv /home/ask/vlc/radio.m3u
Is it possible? I tried to do it with "&" in the end of string, but console was blocked too.