Skip to content

Commit

Permalink
fix upstart script (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
blockloop authored Aug 1, 2019
1 parent 7adabb2 commit 8fe5d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/etc/init/do-agent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ kill timeout 5
respawn

script
exec su -s /bin/sh -c 'exec "\$0" "\$@"' do-agent -- /opt/digitalocean/bin/do-agent --syslog
exec su -s /bin/sh -c 'exec "$0" "$@"' do-agent -- /opt/digitalocean/bin/do-agent --syslog
end script

0 comments on commit 8fe5d9e

Please sign in to comment.