mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
samba:
- faster starting
This commit is contained in:
parent
2a162947b0
commit
7cd1cd9d90
@ -4,13 +4,14 @@
|
||||
#
|
||||
# runlevels: openelec, text, debug
|
||||
|
||||
. /etc/sysconfig
|
||||
(
|
||||
. /etc/sysconfig
|
||||
|
||||
progress "Starting Samba server"
|
||||
progress "Starting Samba server"
|
||||
|
||||
mkdir -p /var/run/samba
|
||||
touch /var/run/samba/secrets.tdb
|
||||
|
||||
/usr/bin/smbd > /dev/null 2>&1 &
|
||||
mkdir -p /var/run/samba
|
||||
touch /var/run/samba/secrets.tdb
|
||||
/usr/bin/smbd > /dev/null 2>&1 &
|
||||
)&
|
||||
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user