mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove sleep
This commit is contained in:
parent
f619398586
commit
7330637058
@ -1047,7 +1047,6 @@ function system_ntp_configure() {
|
||||
/* if openntpd is running, kill it */
|
||||
while(is_process_running("ntpd")) {
|
||||
mwexec("/usr/bin/killall ntpd", true);
|
||||
sleep(1);
|
||||
}
|
||||
|
||||
/* if /var/empty does not exist, create it */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user