Skip to content

Commit 1922b12

Browse files
aafeijoo-susejohannbg
authored andcommitted
refactor(systemd-timesyncd): use more precise global variables
1 parent cbf7f4b commit 1922b12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules.d/01systemd-timesyncd/module-setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ install() {
3535
inst_multiple -o \
3636
"$dbussystem"/org.freedesktop.timesync1.conf \
3737
"$dbussystemservices"/org.freedesktop.timesync1.service \
38-
"$systemdutildir/ntp-units.d/*.list" \
38+
"$systemdntpunits/*.list" \
3939
"$systemdutildir"/systemd-timesyncd \
4040
"$systemdutildir"/systemd-time-wait-sync \
4141
"$systemdutildir/timesyncd.conf.d/*.conf" \
@@ -55,7 +55,7 @@ install() {
5555
# Install the hosts local user configurations if enabled.
5656
if [[ $hostonly ]]; then
5757
inst_multiple -H -o \
58-
"$systemdutilconfdir/ntp-units.d/*.list" \
58+
"$systemdntpunitsconfdir/*.list" \
5959
"$systemdutilconfdir"/timesyncd.conf \
6060
"$systemdutilconfdir/timesyncd.conf.d/*.conf" \
6161
"$systemdsystemconfdir"/systemd-timesyncd.service \

0 commit comments

Comments
 (0)