This commit is contained in:
2023-04-16 21:38:32 +08:00
parent a0849e40ef
commit 0b6c876a0f
59 changed files with 1026 additions and 189 deletions

View File

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