Skip to content

Commit

Permalink
launchd: enable keepalive for the nix-daemon service
Browse files Browse the repository at this point in the history
Without this the daemon won't be restarted if the process ever dies, for
example when sending a SIGHUP to reload nix.conf.
  • Loading branch information
LnL7 committed Feb 28, 2018
1 parent 14ca856 commit 05cb8e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/launchd/org.nixos.nix-daemon.plist.in
Expand Up @@ -4,6 +4,8 @@
<dict>
<key>Label</key>
<string>org.nixos.nix-daemon</string>
<key>KeepAlive</key>
<true/>
<key>RunAtLoad</key>
<true/>
<key>Program</key>
Expand Down

0 comments on commit 05cb8e5

Please sign in to comment.