Skip to content

Commit

Permalink
Merge pull request statsd#555 from bpaquet/master
Browse files Browse the repository at this point in the history
Improve native packaging
  • Loading branch information
coykitten committed May 11, 2016
2 parents fc4bce5 + 493e2ca commit 7183f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pkgr.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
default_dependencies: false
targets:
ubuntu-14.04:
ubuntu-12.04:
Expand Down
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 7183f7c

Please sign in to comment.