bundlewrap/bundles/kodi/items.py
Franzi 2387b196b2
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/kodi: use alsa instead of pulseaudio
2020-10-03 17:00:13 +02:00

21 lines
428 B
Python

files = {
'/etc/systemd/system/kodi.service': {
'triggers': {
'action:systemd-reload',
'svc_systemd:kodi:restart',
},
},
'/etc/X11/Xwrapper.config': {},
}
svc_systemd = {
'kodi': {
'needs': {
'file:/etc/systemd/system/kodi.service',
'file:/etc/X11/Xwrapper.config',
'pkg_apt:kodi',
'user:kodi',
},
},
}