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
|
@ -38,6 +38,12 @@ streams = {
|
|||
files = {}
|
||||
svc_systemd = {}
|
||||
|
||||
users = {
|
||||
'voc': {
|
||||
'home': '/opt/voc-loudness-monitor',
|
||||
},
|
||||
}
|
||||
|
||||
for stream_id, config in streams.items():
|
||||
config['id'] = stream_id
|
||||
|
||||
|
|
|
@ -4,9 +4,4 @@ defaults = {
|
|||
'ffmpeg': {},
|
||||
},
|
||||
},
|
||||
'users': {
|
||||
'voc': {
|
||||
'home': '/opt/voc-loudness-monitor',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue