ovs-lib: Move DAEMON_CWD initialization to top of file.
[sliver-openvswitch.git] / utilities / ovs-lib.in
index 3c63ddd..01f4ded 100644 (file)
@@ -39,6 +39,8 @@ fi
 
 VERSION='@VERSION@'
 
+DAEMON_CWD=/
+
 LC_ALL=C; export LC_ALL
 
 ## ------------- ##
@@ -159,7 +161,6 @@ start_daemon () {
     fi
 }
 
-DAEMON_CWD=/
 stop_daemon () {
     if test -e "$rundir/$1.pid"; then
         if pid=`cat "$rundir/$1.pid"`; then