summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r--etc/inc/system.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 22efd22..7807ef0 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -1141,7 +1141,10 @@ function system_ntp_configure() {
exec("/bin/mkdir -p /var/empty && chmod ug+rw /var/empty/.");
/* start opentpd, set time now and use /var/etc/ntpd.conf */
+ $oldset = array();
+ pcntl_sigprocmask(SIG_SETMASK, array(), $oldset);
exec("/usr/sbin/ntpd -g -c {$g['varetc_path']}/ntpd.conf");
+ pcntl_sigprocmask(SIG_SETMASK, $oldset);
// Note that we are starting up
log_error("NTPD is starting up.");
OpenPOWER on IntegriCloud