summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-05-11 17:25:51 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-05-11 18:18:36 +0200
commit76055df52de56f92aad34c774e24d606722252fb (patch)
treef0819e764d26cf90efe84249ef9d535974c554d7 /nixos
parentb978df019a2b1281f7a70445eaa71b45049f4cfd (diff)
downloadnixlib-76055df52de56f92aad34c774e24d606722252fb.tar
nixlib-76055df52de56f92aad34c774e24d606722252fb.tar.gz
nixlib-76055df52de56f92aad34c774e24d606722252fb.tar.bz2
nixlib-76055df52de56f92aad34c774e24d606722252fb.tar.lz
nixlib-76055df52de56f92aad34c774e24d606722252fb.tar.xz
nixlib-76055df52de56f92aad34c774e24d606722252fb.tar.zst
nixlib-76055df52de56f92aad34c774e24d606722252fb.zip
Allow systemd-journald to be restarted
With systemd 219, this is fine because systemd will cause the new
journald to re-use the file descriptors of the old one. So existing
connections to the journal are unaffected.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/system/boot/systemd.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index 2a32c963e970..27ad1bdec329 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -747,7 +747,6 @@ in
     systemd.services."systemd-rfkill@".restartIfChanged = false;
     systemd.services."user@".restartIfChanged = false;
     systemd.services.systemd-journal-flush.restartIfChanged = false;
-    systemd.services.systemd-journald.restartIfChanged = false; # FIXME: shouldn't be necessary with systemd 219
     systemd.services.systemd-random-seed.restartIfChanged = false;
     systemd.services.systemd-remount-fs.restartIfChanged = false;
     systemd.services.systemd-update-utmp.restartIfChanged = false;