forked from lix-project/lix
Remove obsolete todo
This commit is contained in:
parent
b0d65b3d11
commit
3a3821bcd7
|
@ -87,8 +87,7 @@ startDaemon() {
|
|||
if [[ "$NIX_REMOTE" == daemon ]]; then
|
||||
return
|
||||
fi
|
||||
# Start the daemon, wait for the socket to appear. !!!
|
||||
# ‘nix-daemon’ should have an option to fork into the background.
|
||||
# Start the daemon, wait for the socket to appear.
|
||||
rm -f $NIX_DAEMON_SOCKET_PATH
|
||||
PATH=$DAEMON_PATH nix-daemon&
|
||||
pidDaemon=$!
|
||||
|
|
Loading…
Reference in a new issue