1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/modules/system
Eelco Dolstra bd7ea9be58 sysinit.target: Drop the dependency on local-fs.target and swap.target
Having all services with DefaultDependencies=yes depend on
local-fs.target is annoying, because some of those services might be
necessary to mount local filesystems.  For instance, Charon's
send-keys feature requires sshd to be running in order to receive LUKS
encryption keys, which in turn requires dhcpcd, and so on.  So we drop
this dependency (and swap.target as well for consistency).  If
services require a specific mount, they should use RequiresMountsFor
in any case.
2012-12-14 17:42:54 +01:00
..
activation Don't create /var/log/upstart 2012-10-26 16:22:18 +02:00
boot sysinit.target: Drop the dependency on local-fs.target and swap.target 2012-12-14 17:42:54 +01:00
etc Lowercase debug output 2012-10-04 21:44:45 -04:00
upstart Fix coverage data collection 2012-10-30 17:27:14 +01:00