Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/update-systemd-from-239-to-241'
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Apr 12, 2019
2 parents bf1b623 + 92783ef commit 65216b1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions systemd.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION systemd-239-2
# BEE_VERSION systemd-241-1

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down Expand Up @@ -71,7 +71,9 @@ mee_configure() {
-Dsplit-usr=true \
-Dsysusers=false \
-Ddefault-kill-user-processes=false \
-Db_lto=false
-Db_lto=false \
-Dbump-proc-sys-fs-file-max=false \
-Dbump-proc-sys-fs-nr-open=false
}

#mee_build() {
Expand Down Expand Up @@ -104,6 +106,9 @@ mee_install_post() {

# Explicitly configure volatile storage of logs
start_cmd sed -i 's/^#Storage=auto/Storage=volatile/' ${D}/etc/systemd/journald.conf

# Restore historical RLIMIT_NOFILE resource limit
echo "DefaultLimitNOFILE=1024:4096" >> ${D}/etc/systemd/system.conf
}

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

0 comments on commit 65216b1

Please sign in to comment.