mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-19 12:57:16 +00:00
/etc/init.d/{S61ftp,S62smb}: start in networkless mode
This commit is contained in:
parent
25668c96f4
commit
0ced6e591d
@ -11,8 +11,6 @@ test -n "${OS_DEBUG}" || source /etc/init.d/conf
|
||||
|
||||
test -s ${CONF} || exit 0
|
||||
|
||||
test "${OS_NETWORKLESS}" == "true" && exit 0
|
||||
|
||||
|
||||
start() {
|
||||
msg_begin "Starting proftpd"
|
||||
|
@ -13,8 +13,6 @@ test -n "${OS_DEBUG}" || source /etc/init.d/conf
|
||||
|
||||
test -s ${CONF} || exit 0
|
||||
|
||||
test "${OS_NETWORKLESS}" == "true" && exit 0
|
||||
|
||||
|
||||
start() {
|
||||
mkdir -p /var/log/samba
|
||||
|
Loading…
x
Reference in New Issue
Block a user