systemd: Patch systemd-journald.service to be Type=notify

https://bugs.freedesktop.org/show_bug.cgi?id=85871
https://bugzilla.redhat.com/show_bug.cgi?id=1159641
This commit is contained in:
William A. Kennington III
2014-11-16 02:01:43 -08:00
parent 11aa16d2a6
commit 1d30b4aabd
2 changed files with 38 additions and 0 deletions
@@ -22,6 +22,9 @@ stdenv.mkDerivation rec {
[ # These are all changes between upstream and
# https://github.com/edolstra/systemd/tree/nixos-v216.
./fixes.patch
# Fixes systemd-journald so that it does not get killed
# by systemd-journal-flush starting too quickly
./systemd-journald-type-notify.patch
];
buildInputs =