Skip to content

Commit

Permalink
systemd: Remove systemd’s sysctl configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Dec 17, 2018
1 parent 687079d commit cc8ab69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions systemd.be0
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ mee_install_post() {

# Do not use tmpfs for `/tmp`
ln -vs /dev/null ${D}/etc/systemd/system/tmp.mount

# Remove systemd’s sysctl configuration
rm -rv ${D}/${LIBDIR}/sysctl.d/*
}

###############################################################################
Expand Down

0 comments on commit cc8ab69

Please sign in to comment.