1
This commit is contained in:
parent
5d81e61036
commit
8452a0c3c3
2
hlna.py
2
hlna.py
@ -328,7 +328,7 @@ def systemd_unit_create(game, config_7days="", name_server=list_config):
|
||||
# сюда дописать обращение к xml для получения уникального имени сервера
|
||||
unit_dir_server = dir_server_7days
|
||||
systemd_unit_exec = f"{dir_server_7days}startserver.sh -configfile={config_7days}.xml"
|
||||
unit_file = f"{dir_config}7days.service".lower()
|
||||
unit_file = f"{dir_unit}7days.service".lower()
|
||||
|
||||
unit_text = f'''[Unit]
|
||||
Description={game}: Server
|
||||
|
Loading…
Reference in New Issue
Block a user