mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-25 19:54:38 +00:00
transfused: replace space indentation in rc script with tabs for consistency
Signed-off-by: David Sheets <dsheets@docker.com>
This commit is contained in:
parent
e725aa7d47
commit
903e6430d9
@ -9,16 +9,16 @@ start()
|
||||
mkdir -p /Mac
|
||||
rm -rf /tmp/* /tmp/.*
|
||||
|
||||
PIDFILE=/var/run/transfused.pid
|
||||
STARTUP_LOGFILE=/var/transfused_start.log
|
||||
PIDFILE=/var/run/transfused.pid
|
||||
STARTUP_LOGFILE=/var/transfused_start.log
|
||||
|
||||
start-stop-daemon --start --quiet \
|
||||
--background \
|
||||
--exec /sbin/transfused \
|
||||
--pidfile ${PIDFILE} \
|
||||
-- \
|
||||
-p "${PIDFILE}" \
|
||||
-l "${STARTUP_LOGFILE}"
|
||||
-p "${PIDFILE}" \
|
||||
-l "${STARTUP_LOGFILE}"
|
||||
|
||||
ewaitfile 2 ${PIDFILE}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user