78 |
- $OUT = $ntpd{MemLimit} || MIN_MEMORY_LIMIT; |
- $OUT = $ntpd{MemLimit} || MIN_MEMORY_LIMIT; |
79 |
-} |
-} |
80 |
- |
- |
|
diff -urN e-smith-ntp-2.6.0.old/root/etc/systemd/system/ntpdate.service e-smith-ntp-2.6.0/root/etc/systemd/system/ntpdate.service |
|
|
--- e-smith-ntp-2.6.0.old/root/etc/systemd/system/ntpdate.service 1970-01-01 04:00:00.000000000 +0400 |
|
|
+++ e-smith-ntp-2.6.0/root/etc/systemd/system/ntpdate.service 2020-11-14 11:06:30.000000001 +0400 |
|
|
@@ -0,0 +1,14 @@ |
|
|
+[Unit] |
|
|
+Description=Set time via NTP (ntpdate) |
|
|
+After=network-online.target nss-lookup.target |
|
|
+Before=time-sync.target |
|
|
+Wants=time-sync.target network-online.target |
|
|
+ |
|
|
+[Service] |
|
|
+Type=oneshot |
|
|
+ExecStartPre=/sbin/e-smith/service-status ntpd |
|
|
+ExecStart=/usr/libexec/ntpdate-wrapper |
|
|
+RemainAfterExit=yes |
|
|
+ |
|
|
+[Install] |
|
|
+WantedBy=sme-server.target |
|
|
diff -urN e-smith-ntp-2.6.0.old/root/etc/systemd/system/ntpd.service e-smith-ntp-2.6.0/root/etc/systemd/system/ntpd.service |
|
|
--- e-smith-ntp-2.6.0.old/root/etc/systemd/system/ntpd.service 1970-01-01 04:00:00.000000000 +0400 |
|
|
+++ e-smith-ntp-2.6.0/root/etc/systemd/system/ntpd.service 2020-11-14 11:07:10.000000001 +0400 |
|
|
@@ -0,0 +1,13 @@ |
|
|
+[Unit] |
|
|
+Description=Network Time Service (ntpd) |
|
|
+After=syslog.target ntpdate.service sntp.service |
|
|
+ |
|
|
+[Service] |
|
|
+Type=forking |
|
|
+EnvironmentFile=-/etc/sysconfig/ntpd |
|
|
+ExecStartPre=/sbin/e-smith/service-status ntpd |
|
|
+ExecStart=/usr/sbin/ntpd -u ntp:ntp $OPTIONS |
|
|
+PrivateTmp=true |
|
|
+ |
|
|
+[Install] |
|
|
+WantedBy=sme-server.target |
|
81 |
diff -urN e-smith-ntp-2.6.0.old/root/usr/lib//systemd/system/ntpd.service.d/50koozali.conf e-smith-ntp-2.6.0/root/usr/lib//systemd/system/ntpd.service.d/50koozali.conf |
diff -urN e-smith-ntp-2.6.0.old/root/usr/lib//systemd/system/ntpd.service.d/50koozali.conf e-smith-ntp-2.6.0/root/usr/lib//systemd/system/ntpd.service.d/50koozali.conf |
82 |
--- e-smith-ntp-2.6.0.old/root/usr/lib//systemd/system/ntpd.service.d/50koozali.conf 1970-01-01 04:00:00.000000000 +0400 |
--- e-smith-ntp-2.6.0.old/root/usr/lib//systemd/system/ntpd.service.d/50koozali.conf 1970-01-01 04:00:00.000000000 +0400 |
83 |
+++ e-smith-ntp-2.6.0/root/usr/lib//systemd/system/ntpd.service.d/50koozali.conf 2020-11-14 11:10:29.000000001 +0400 |
+++ e-smith-ntp-2.6.0/root/usr/lib//systemd/system/ntpd.service.d/50koozali.conf 2020-11-14 11:10:29.000000001 +0400 |