wip
This commit is contained in:
parent
7fd587e51a
commit
267da4c9a9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ def unit_services(metadata):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
services[name] = config['item']
|
services[name] = config['item']
|
||||||
services[name].setdefault('needs', []).append(f"file:{config.get('path')}")
|
services[name].setdefault('needs', []).append(f"file:{config['path']}")
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'systemd': {
|
'systemd': {
|
||||||
|
|
Loading…
Reference in a new issue