3
0
Fork 0
forked from mirrors/nixpkgs

Don't run syslogd and klogd

The systemd journal removes the need for running syslogd and klogd, so
don't start them.
This commit is contained in:
Eelco Dolstra 2012-06-19 09:28:04 -04:00
parent 88f94d76bc
commit f213c4ca29
3 changed files with 2 additions and 3 deletions

View file

@ -47,7 +47,6 @@ let
pkgs.procps
pkgs.rsync
pkgs.strace
pkgs.sysklogd
pkgs.sysvtools
pkgs.time
pkgs.udev

View file

@ -80,7 +80,7 @@
./services/hardware/udev.nix
./services/hardware/udisks.nix
./services/hardware/upower.nix
./services/logging/klogd.nix
#./services/logging/klogd.nix
./services/logging/logrotate.nix
./services/logging/syslogd.nix
./services/mail/dovecot.nix

View file

@ -96,7 +96,7 @@ in
jobs.syslogd =
{ description = "Syslog daemon";
startOn = "started udev";
#startOn = "started udev";
environment = { TZ = config.time.timeZone; };