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
commit e3e8ee0471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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
}