Merge pull request #3328 from Rovanion/nix-daemon-already-running-when-installing-fix

installer: Handle edge case where the nix-daemon is already running on the system
This commit is contained in:
Eelco Dolstra
2020-02-19 12:53:25 +01:00
committed by GitHub

View File

@@ -88,7 +88,7 @@ poly_configure_nix_daemon_service() {
systemctl start nix-daemon.socket
_sudo "to start the nix-daemon.service" \
systemctl start nix-daemon.service
systemctl restart nix-daemon.service
}