File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules.d/01systemd-timesyncd Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ install() {
35
35
inst_multiple -o \
36
36
" $dbussystem " /org.freedesktop.timesync1.conf \
37
37
" $dbussystemservices " /org.freedesktop.timesync1.service \
38
- " $systemdutildir /ntp-units.d /*.list" \
38
+ " $systemdntpunits /*.list" \
39
39
" $systemdutildir " /systemd-timesyncd \
40
40
" $systemdutildir " /systemd-time-wait-sync \
41
41
" $systemdutildir /timesyncd.conf.d/*.conf" \
@@ -55,7 +55,7 @@ install() {
55
55
# Install the hosts local user configurations if enabled.
56
56
if [[ $hostonly ]]; then
57
57
inst_multiple -H -o \
58
- " $systemdutilconfdir /ntp-units.d /*.list" \
58
+ " $systemdntpunitsconfdir /*.list" \
59
59
" $systemdutilconfdir " /timesyncd.conf \
60
60
" $systemdutilconfdir /timesyncd.conf.d/*.conf" \
61
61
" $systemdsystemconfdir " /systemd-timesyncd.service \
You can’t perform that action at this time.
0 commit comments