Skip to content

Commit

Permalink
feat(infra): fix for ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
ShotaKitazawa committed Jul 7, 2021
1 parent 203e4eb commit e094fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PIDFile=/var/run/jiaapi_standalone

User=isucon
Group=isucon
ExecStart=/usr/local/bin/jiaapi_standalone
ExecStart=/usr/local/bin/isuapi-standalone
ExecStop=/bin/kill -s QUIT $MAINPID

Restart = always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
become_user: root
copy:
remote_src: yes
src: /tmp/isucon11-qualify/extra/isuapi/isuapi_standalone
src: /tmp/isucon11-qualify/extra/isuapi/isuapi-standalone
dest: /usr/local/bin/
owner: "root"
group: "root"
Expand Down

0 comments on commit e094fe5

Please sign in to comment.