Skip to content

Commit

Permalink
procps: Minor fix for systemd check
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratler committed Nov 4, 2012
1 parent 0d9885b commit efe41d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/procps/BUILD
Expand Up @@ -16,8 +16,8 @@
rm -f /etc/rcS.d/S99sysctl
fi &&

cp $SCRIPT_DIRECTORY/init.d/sysctl /etc/init.d &&
if ! module_installed systemd; then
cp $SCRIPT_DIRECTORY/init.d/sysctl /etc/init.d &&
ln -sf ../init.d/sysctl /etc/rcS.d/S99sysctl
fi &&

Expand Down

0 comments on commit efe41d7

Please sign in to comment.