mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
svn path=/nixos/trunk/; revision=7387
This commit is contained in:
parent
37c17d7601
commit
1604d2fa81
@ -94,6 +94,9 @@ import ../upstart-jobs/gather.nix {
|
||||
(config.get ["services" "mingetty" "ttys"])
|
||||
)
|
||||
|
||||
# User-defined events.
|
||||
++ (map makeJob (config.get ["services" "extraJobs"]))
|
||||
|
||||
# For the builtin logd job.
|
||||
++ [pkgs.upstart];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user