mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/boinc: log to journal instead of log file
This commit is contained in:
parent
d96bd3394b
commit
bb549ca2d4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue