bundles/bird: support arch linux
This commit is contained in:
parent
c023c144c3
commit
05a2e501ce
2 changed files with 21 additions and 4 deletions
|
@ -5,7 +5,20 @@ from bundlewrap.metadata import atomic
|
|||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'bird2': {},
|
||||
'bird2': {
|
||||
'needed_by': {
|
||||
'svc_systemd:bird',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'pacman': {
|
||||
'packages': {
|
||||
'bird': {
|
||||
'needed_by': {
|
||||
'svc_systemd:bird',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'sysctl': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue