Skip to content

Commit 02acedd

Browse files
johannbgharaldh
authored andcommitted
fix(systemd-sysctl): sysctl global variables
1 parent 3ca9aa1 commit 02acedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ install() {
3636
if [[ $hostonly ]]; then
3737
inst_multiple -H -o \
3838
/etc/sysctl.conf \
39-
"$sysctldconfdir"/*.conf \
39+
"$sysctlconfdir"/*.conf \
4040
"$systemdsystemconfdir"/systemd-sysctl.service \
4141
"$systemdsystemconfdir"/systemd-sysctl.service.d/*.conf
4242
fi

0 commit comments

Comments
 (0)