mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
samba:
- simplyfing init script
This commit is contained in:
parent
4d4213a05c
commit
d355995a01
@ -1,12 +1,8 @@
|
|||||||
#!/bin/sh
|
|
||||||
#
|
|
||||||
# start Samba Server
|
# start Samba Server
|
||||||
#
|
#
|
||||||
# runlevels: openelec, text, debug
|
# runlevels: openelec, text, debug
|
||||||
|
|
||||||
(
|
(
|
||||||
. /etc/sysconfig
|
|
||||||
|
|
||||||
wait_for_network
|
wait_for_network
|
||||||
|
|
||||||
progress "Starting Samba server"
|
progress "Starting Samba server"
|
||||||
@ -16,5 +12,3 @@
|
|||||||
/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