Set proper working directory

This commit is contained in:
Valentin Brandl 2020-03-22 20:05:06 +01:00
parent c301978f0b
commit dca32e4317
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

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