Make nix-daemon.plist less fragile on macOS
We're calling `wait4path` on the full, resolved `@bindir@/nix-daemon` path.
That means we're hardcoding something like:
    /bin/wait4path /nix/store/zs9c5xhp3zv9p23qnjxp87nl5injsi1i-nix-2.3/bin/nix-daemon && /nix/var/nix/profiles/default/bin/nix-daemon
That seems unnecessarily fragile.
It might be better to wait4path on the path we intend to call.
(cherry picked from commit 8c4a5e7ba1990348b9497c0fc4dc236dda3e7986)
			
			
This commit is contained in:
		
							parent
							
								
									7a011ded77
								
							
						
					
					
						commit
						34bf1a8b5f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -17,7 +17,7 @@ | ||||||
|     <array> |     <array> | ||||||
|       <string>/bin/sh</string> |       <string>/bin/sh</string> | ||||||
|       <string>-c</string> |       <string>-c</string> | ||||||
|       <string>/bin/wait4path @bindir@/nix-daemon && /nix/var/nix/profiles/default/bin/nix-daemon</string> |       <string>/bin/wait4path /nix/var/nix/profiles/default/bin/nix-daemon && /nix/var/nix/profiles/default/bin/nix-daemon</string> | ||||||
|     </array> |     </array> | ||||||
|     <key>StandardErrorPath</key> |     <key>StandardErrorPath</key> | ||||||
|     <string>/var/log/nix-daemon.log</string> |     <string>/var/log/nix-daemon.log</string> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue