Skip to content

Commit

Permalink
Force statsd restart when updating package
Browse files Browse the repository at this point in the history
  • Loading branch information
bpaquet committed Nov 11, 2015
1 parent 243a1f2 commit fb87925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packager/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ chown $APP_USER.$APP_GROUP $APP_CONFIG
ln -f -s $APP_CONFIG /opt/$APP_NAME/config.js
chmod 0640 $APP_CONFIG

${CLI} scale web=0 || true
${CLI} scale web=1 || true

0 comments on commit fb87925

Please sign in to comment.