forked from lix-project/lix
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:
commit
e3e8ee0471
|
@ -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
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue