Displaying 1 result from an estimated 1 matches for "nezza".
Did you mean:
pezza
2004 Aug 06
2
Need help with crontab
NB> Hello, I'm trying to put a crontab on Ices, but it seems I can't do
NB> it, here is the script I tried to use :
NB> #!/bin/sh
NB> process=`ps axuw | grep ices | grep -v grep`
NB> if [ -z "$process"]
NB> then
NB> cd /home/Darkmeteor/bin
NB> nohup /home/Darkmeteor/bin/ices /home/Darkmeteor/bin/ices-playlist.xml > /dev/null 2> start &
NB>