nixos/boinc: log to journal instead of log file
This commit is contained in:
parent
d96bd3394b
commit
bb549ca2d4
@ -114,7 +114,7 @@ in
|
|||||||
after = ["network.target"];
|
after = ["network.target"];
|
||||||
wantedBy = ["multi-user.target"];
|
wantedBy = ["multi-user.target"];
|
||||||
script = ''
|
script = ''
|
||||||
${fhsEnvExecutable} --dir ${cfg.dataDir} --redirectio ${allowRemoteGuiRpcFlag}
|
${fhsEnvExecutable} --dir ${cfg.dataDir} ${allowRemoteGuiRpcFlag}
|
||||||
'';
|
'';
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
User = "boinc";
|
User = "boinc";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user