X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=tools%2Fstart_yaws.sh;h=87e6e4e2d085864a5d043877d3cc6a99f22d28b6;hb=efae3fc07564a2a29b24f8c87b6d8f6658b873a0;hp=fbc9a2206e869df28f7d0f57f17873cae702e509;hpb=6ff8e72d002f5ccf2045cbccef2fdc4f92cff938;p=euphorik.git diff --git a/tools/start_yaws.sh b/tools/start_yaws.sh index fbc9a22..87e6e4e 100755 --- a/tools/start_yaws.sh +++ b/tools/start_yaws.sh @@ -1,2 +1,3 @@ -#!/bin/bash -yaws --conf ./yaws.conf --sname yaws_dev --mnesiadir "../BD/" -I debian_yaws_dev +#!/bin/bash +# screen est utilisé par exemple pour lancé une version de preproduction et permettre de la faire tourner après un délog +screen -S yawspreprod yaws --conf ./yaws.conf --sname yaws_dev --mnesiadir "../var/BD/" -I debian_yaws_dev