diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-01-25 19:08:06 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-01-25 19:08:06 +0000 |
commit | 5abc1e53a5b152936c98633ff7d3207201a70982 (patch) | |
tree | dcaf7ba5e52603c953d78ac5d8cf7fc3929947ac /sys-apps | |
parent | 011dbc9d6821df057bf337438aaaefbff6b7612c (diff) |
disable systemd-networkd and systemd-resolved
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/systemd/systemd-231-r100.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-apps/systemd/systemd-231-r100.ebuild b/sys-apps/systemd/systemd-231-r100.ebuild index e38b8fbb..11142e05 100644 --- a/sys-apps/systemd/systemd-231-r100.ebuild +++ b/sys-apps/systemd/systemd-231-r100.ebuild @@ -223,6 +223,10 @@ multilib_src_configure() { --enable-ima # disable ldconfig service (gentoo based distros don't need it) --disable-ldconfig + # disable the shit called networkd + --disable-networkd + # and resolved + --disable-resolved # disable kill-user-process (DON'T REMOVE THE LINE BELOW NO MATTER WHAT) --without-kill-user-processes |