Do not chdir and so accept relative paths
--- a/lib/Razor2/Client/Agent.pm
+++ b/lib/Razor2/Client/Agent.pm
@@ -745,7 +745,7 @@ sub reportit {
 
     # background myself
     unless ($self->{opt}->{foreground}) {
-        chdir '/';
+        #chdir '/';
         fork && return 0;
         POSIX::setsid;
         # close 0, 1, 2;
