Skip to content

Commit

Permalink
Updates for systemd, taskqueue unit now python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sjones4 committed Sep 27, 2019
1 parent a0d6c95 commit 1630c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/units/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Before=appscale-service.target
PartOf=appscale-service.target

[Service]
ExecStart=/opt/appscale_venvs/appscale_taskqueue/bin/python2 /opt/appscale_venvs/appscale_taskqueue/bin/appscale-taskqueue -p %i $APPSCALE_OPTION_VERBOSE
ExecStart=/opt/appscale_venvs/appscale_taskqueue/bin/python3 /opt/appscale_venvs/appscale_taskqueue/bin/appscale-taskqueue -p %i $APPSCALE_OPTION_VERBOSE
SyslogIdentifier=%p-%i

[Install]
Expand Down

0 comments on commit 1630c50

Please sign in to comment.