systemd: read units from /etc/systemd-mutable

This allows for persistent units managed outside of configuration.nix
This commit is contained in:
Shea Levy
2014-12-18 17:08:04 -05:00
parent efb2b27a8f
commit e3825b47ec
2 changed files with 44 additions and 0 deletions
@@ -25,6 +25,9 @@ stdenv.mkDerivation rec {
# Fixes systemd-journald so that it does not get killed
# by systemd-journal-flush starting too quickly
./systemd-journald-type-notify.patch
# Enables /etc/systemd-mutable/{system,user} for persistent mutable
# units
./etc-systemd-mutable.patch
];
buildInputs =