nixos/boinc: log to journal instead of log file

This commit is contained in:
Pascal Bach 2020-03-25 12:45:12 +01:00
parent d96bd3394b
commit bb549ca2d4

View File

@ -114,7 +114,7 @@ in
after = ["network.target"];
wantedBy = ["multi-user.target"];
script = ''
${fhsEnvExecutable} --dir ${cfg.dataDir} --redirectio ${allowRemoteGuiRpcFlag}
${fhsEnvExecutable} --dir ${cfg.dataDir} ${allowRemoteGuiRpcFlag}
'';
serviceConfig = {
User = "boinc";