Set proper working directory
This commit is contained in:
parent
c301978f0b
commit
dca32e4317
@ -45,7 +45,7 @@ rec {
|
|||||||
|
|
||||||
config = {
|
config = {
|
||||||
Cmd = [ "/bin/hoc" ];
|
Cmd = [ "/bin/hoc" ];
|
||||||
WorkingDir = "/";
|
WorkingDir = "/home/hoc";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user