Skip to content

Commit

Permalink
update service file
Browse files Browse the repository at this point in the history
  • Loading branch information
NexusNull committed Nov 7, 2023
1 parent 967ac67 commit 009fc22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cicd/setup/roles/services/templates/game_server.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Description=Adventureland Game Server

[Service]
ExecStart=/usr/bin/node ./adventureland/node/server.js {{ region }} {{ name }} 2083
ExecStart=/usr/bin/node ./server.js {{ region }} {{ name }} 2083
WorkingDirectory=/opt/adventureland/node
User=adventureland
Group=adventureland
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ExecStart=/usr/bin/python2.7 ./appengine/dev_appserver.py \
--datastore_path=./storage/db.rdbms \
--host=0.0.0.0 --port=80 ./adventureland \
--require_indexes --skip_sdk_update_check
WorkingDirectory=/opt/adventureland
WorkingDirectory=/opt/
User=adventureland
Group=adventureland

Expand Down

0 comments on commit 009fc22

Please sign in to comment.