Skip to content

Commit

Permalink
Merge pull request #13 from Dunedan/update-tls-related-bot-params
Browse files Browse the repository at this point in the history
Update TLS-related options for the lobby bots
  • Loading branch information
Dunedan authored Aug 28, 2023
2 parents e19656e + 5b83f0c commit 9590e27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/lobby_bots/templates/echelon-systemd-service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Environment=PATH={{ lobby_bot_base_dir }}/{{ bot.name }}/code/bin
EnvironmentFile={{ lobby_config_dir }}/{{ bot.name }}
ExecStart=python3 {{ lobby_bot_base_dir }}/{{ bot.name }}/code/bin/echelon \
--login ${LOGIN} --password ${PASSWORD} --nickname ${NICKNAME} --domain ${HOST} \
--room ${ROOM} -d -t \
--room ${ROOM} -d --no-verify \
--database-url sqlite:////{{ lobby_bot_base_dir }}/{{ bot.name }}/db.sqlite
Restart=on-failure

Expand Down
2 changes: 1 addition & 1 deletion roles/lobby_bots/templates/xpartamupp-systemd-service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Environment=PATH={{ lobby_bot_base_dir }}/{{ bot.name }}/code/bin
EnvironmentFile={{ lobby_config_dir }}/{{ bot.name }}
ExecStart=python3 {{lobby_bot_base_dir }}/{{ bot.name }}/code/bin/xpartamupp \
--login ${LOGIN} --password ${PASSWORD} --nickname ${NICKNAME} --domain ${HOST} \
--room ${ROOM} -d -t
--room ${ROOM} -d --no-verify
Restart=on-failure

NoNewPrivileges=true
Expand Down

0 comments on commit 9590e27

Please sign in to comment.