/etc/init.d/{S61ftp,S62smb}: start in networkless mode

This commit is contained in:
Calin Crisan 2020-02-22 20:10:37 +02:00
parent 25668c96f4
commit 0ced6e591d
2 changed files with 0 additions and 4 deletions

View File

@ -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"

View File

@ -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