Skip to content

Commit

Permalink
Merge pull request #1081 from mariux64/fix-ssh-problem
Browse files Browse the repository at this point in the history
systemd: Add patch to fix ssh problem
  • Loading branch information
pmenzel authored Apr 25, 2019
2 parents 0ed6aea + 858a59b commit ae5ea0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion systemd.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION systemd-242-2
# BEE_VERSION systemd-242-3

## 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 @@ -16,6 +16,7 @@ SRCURL[0]="https://github.com/systemd/systemd/archive/v${PKGVERSION}.tar.gz"
## The sources will be patched in the order of the array.

PATCHURL+=(/src/mariux/patches/systemd-v242-0001-Prevent-loop-when-stopping-datagram-socket-units.patch)
PATCHURL+=(/src/mariux/patches/systemd-v242-0001-cgroup-Continue-unit-reset-if-cgroup-are-busy.patch)

BEE_BUILDTYPE=meson

Expand Down

0 comments on commit ae5ea0e

Please sign in to comment.