Skip to content

Commit 410ae87

Browse files
committed
nixos/boinc: use exec to start the payload binary
Signed-off-by: lucasew <[email protected]>
1 parent c6caed4 commit 410ae87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/services/computing/boinc/client.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ in
9898
after = ["network.target"];
9999
wantedBy = ["multi-user.target"];
100100
script = ''
101-
${fhsEnvExecutable} --dir ${cfg.dataDir} ${allowRemoteGuiRpcFlag}
101+
exec ${fhsEnvExecutable} --dir ${cfg.dataDir} ${allowRemoteGuiRpcFlag}
102102
'';
103103
serviceConfig = {
104104
User = "boinc";

0 commit comments

Comments
 (0)