svn path=/nixpkgs/trunk/; revision=22333
This commit is contained in:
parent
c1059d8969
commit
0f77615483
@ -243,6 +243,7 @@ rec {
|
||||
guest ok = yes
|
||||
SMB
|
||||
|
||||
rm -f ./samba
|
||||
${socat}/bin/socat unix-listen:./samba exec:'/bin/sh -c ${sambaScript}',nofork > /dev/null 2>&1 &
|
||||
while [ ! -e ./samba ]; do sleep 0.1; done # ugly
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user