On Sat, 15 Oct 2011 12:53:46 +0200
fabrice régnier <regnier....@free.fr> wrote:

> * */1 * * * [ -z "$(/usr/bin/pgrep -f mon_script.sh)" ] && 
> /home/contact/mon_script.sh

Et avec:
* */1 * * * if [ -z "$(/usr/bin/pgrep -f mon_script.sh)" ]; then 
/home/contact/mon_script.sh; fi
?

-- 

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet "unsubscribe"
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/20111015135156.62eb1bc7@anubis.defcon1

Répondre à