bundles/radicale: introduce
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-10-23 15:22:35 +02:00
parent d76f69ab49
commit a0702416a0
Signed by: kunsi
GPG key ID: 12E3D2136B818350
8 changed files with 112 additions and 2 deletions

View file

@ -0,0 +1,12 @@
defaults = {
'apt': {
'packages': {
'python3-radicale': {},
},
},
'users': {
'radicale': {
'home': '/var/lib/radicale',
},
},
}