mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
samba:
- move to network group - wait for for start if connman has started
This commit is contained in:
parent
b619b06093
commit
b568dcd65b
@ -7,11 +7,14 @@
|
||||
(
|
||||
. /etc/sysconfig
|
||||
|
||||
wait_for_network
|
||||
|
||||
progress "Starting Samba server"
|
||||
|
||||
mkdir -p /var/run/samba
|
||||
touch /var/run/samba/secrets.tdb
|
||||
/usr/bin/smbd > /dev/null 2>&1 &
|
||||
/usr/bin/smbd > /dev/null 2>&1
|
||||
|
||||
)&
|
||||
|
||||
exit 0
|
Loading…
x
Reference in New Issue
Block a user