Skip to content

Commit

Permalink
systemd: Fix shutdown problem
Browse files Browse the repository at this point in the history
Add patch to fix https://github.com/systemd/systemd/issues/12335
("systemd v242 may go into loop when ListenDatagram socket units are
stopped").
  • Loading branch information
donald committed Apr 17, 2019
1 parent 183a938 commit 86f45f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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-242-0
# BEE_VERSION systemd-242-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 All @@ -15,7 +15,7 @@ SRCURL[0]="https://github.com/systemd/systemd/archive/v${PKGVERSION}.tar.gz"
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.

# PATCHURL+=()
PATCHURL+=(/src/mariux/patches/systemd-v242-0001-Prevent-loop-when-stopping-datagram-socket-units.patch)

BEE_BUILDTYPE=meson

Expand Down

0 comments on commit 86f45f7

Please sign in to comment.