diff options
author | Tom Gundersen <teg@jklm.no> | 2015-05-15 22:59:24 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-05-15 22:59:43 +0200 |
commit | b5acb956d1ceca70e1fc7546534b43b7d81322cc (patch) | |
tree | 99a33c3b7a2a4b774d9c9732236f30ad487daeae /units/.gitignore | |
parent | a542c4dc43db906b30ea6b2b1192cf87b01f572e (diff) |
units: make networkd pull in its own .busname unit
The daemon requires the busname unit to operate (on kdbus systems),
since it contains the policy that allows it to acquire its service
name.
This fixes https://bugs.freedesktop.org/show_bug.cgi?id=90287
Diffstat (limited to 'units/.gitignore')
-rw-r--r-- | units/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/.gitignore b/units/.gitignore index b8f0a0b723..d45492d06b 100644 --- a/units/.gitignore +++ b/units/.gitignore @@ -48,6 +48,7 @@ /systemd-modules-load.service /systemd-networkd-wait-online.service /systemd-networkd.service +/systemd-networkd.service.m4 /systemd-nspawn@.service /systemd-poweroff.service /systemd-quotacheck.service |