wip
This commit is contained in:
parent
4dd42db7f2
commit
c888aca1af
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ for name, properties in node.metadata.get('minecraft/servers').items():
|
|||
'content': '\n'.join(
|
||||
f'{key}={translations.get(value, value)}'
|
||||
for key, value in properties.items()
|
||||
),
|
||||
)+ '\n',
|
||||
'owner': 'minecraft',
|
||||
'needed_by': {
|
||||
f'svc_systemd:minecraft-{name}'
|
||||
|
|
Loading…
Reference in a new issue