update
This commit is contained in:
@@ -33,7 +33,7 @@ function Quit {
|
||||
}
|
||||
|
||||
function StartProc {
|
||||
Print Start rsync ...
|
||||
Print Starting rsync ...
|
||||
rm -f /var/run/rsyncd.pid
|
||||
rsync --daemon \
|
||||
--no-detach \
|
||||
@@ -42,6 +42,7 @@ function StartProc {
|
||||
--dparam=pidfile=/var/run/rsyncd.pid \
|
||||
&>> $LOG_DIR/rsyncd.out &
|
||||
PIDS="$PIDS $!"
|
||||
Print Rsync started.
|
||||
}
|
||||
|
||||
function Main {
|
||||
|
Reference in New Issue
Block a user