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
|
if [[ "$NIX_REMOTE" == daemon ]]; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
# Start the daemon, wait for the socket to appear. !!!
|
# Start the daemon, wait for the socket to appear.
|
||||||
# ‘nix-daemon’ should have an option to fork into the background.
|
|
||||||
rm -f $NIX_DAEMON_SOCKET_PATH
|
rm -f $NIX_DAEMON_SOCKET_PATH
|
||||||
PATH=$DAEMON_PATH nix-daemon&
|
PATH=$DAEMON_PATH nix-daemon&
|
||||||
pidDaemon=$!
|
pidDaemon=$!
|
||||||
|
|
Loading…
Reference in a new issue