Skip to content

Commit

Permalink
fix(systemd-sysctl): sysctl global variables
Browse files Browse the repository at this point in the history
  • Loading branch information
johannbg authored and haraldh committed Apr 20, 2021
1 parent 3ca9aa1 commit 02acedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/01systemd-sysctl/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install() {
if [[ $hostonly ]]; then
inst_multiple -H -o \
/etc/sysctl.conf \
"$sysctldconfdir"/*.conf \
"$sysctlconfdir"/*.conf \
"$systemdsystemconfdir"/systemd-sysctl.service \
"$systemdsystemconfdir"/systemd-sysctl.service.d/*.conf
fi
Expand Down

0 comments on commit 02acedd

Please sign in to comment.