bundles: move non-login users to items.py
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
d0647b2e3c
commit
6cd02dc563
14 changed files with 53 additions and 40 deletions
|
@ -1,3 +1,17 @@
|
|||
users = {
|
||||
'seafile': {
|
||||
'home': '/opt/seafile',
|
||||
},
|
||||
}
|
||||
|
||||
directories = {
|
||||
'/opt/seafile': {
|
||||
'mode': '0755',
|
||||
'owner': 'seafile',
|
||||
'group': 'seafile',
|
||||
},
|
||||
}
|
||||
|
||||
files = {
|
||||
'/etc/systemd/system/seafile.service': {
|
||||
'needed_by': {
|
||||
|
|
|
@ -7,10 +7,4 @@ defaults = {
|
|||
'python3-pip': {},
|
||||
},
|
||||
},
|
||||
'users': {
|
||||
'seafile': {
|
||||
'home': '/opt/seafile',
|
||||
'home-mode': '0755',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue