aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/procps-ng.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chapter8/procps-ng.sh')
-rw-r--r--chapter8/procps-ng.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter8/procps-ng.sh b/chapter8/procps-ng.sh
index 85be2d6..630cfe4 100644
--- a/chapter8/procps-ng.sh
+++ b/chapter8/procps-ng.sh
@@ -6,7 +6,9 @@ set -e
--libdir=/usr/lib \
--docdir=/usr/share/doc/procps-ng-"${VERSION}" \
--disable-static \
- --disable-kill &&
+ --disable-kill \
+ --with-systemd &&
+
make &&