Set proper working directory

This commit is contained in:
Valentin Brandl
2020-03-22 20:05:06 +01:00
parent c301978f0b
commit dca32e4317

View File

@ -45,7 +45,7 @@ rec {
config = {
Cmd = [ "/bin/hoc" ];
WorkingDir = "/";
WorkingDir = "/home/hoc";
};
};
}