bird service: add bird to systemPackages

For the tool birdc to monitor and configure bird.
This commit is contained in:
Franz Pletz 2016-12-28 06:35:31 +01:00
parent c6bcc485de
commit 7ae2d221cd
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -34,6 +34,7 @@ let
###### implementation
config = mkIf cfg.enable {
environment.systemPackages = [ pkg ];
systemd.services.${variant} = {
description = "BIRD Internet Routing Daemon";
wantedBy = [ "multi-user.target" ];