Skip to content

Commit

Permalink
Added message after installation
Browse files Browse the repository at this point in the history
 * Added a message post-installation that remember the user to enable
the statsd or statsd-proxy services if they need to be started at boot.
  • Loading branch information
volans- committed Jan 14, 2016
1 parent f23313c commit 3fc4a58
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,13 @@ if [ "$1" = configure ]; then
dpkg-statoverride --update --add _statsd _statsd 0755 /var/run/statsd
fi

cat << EOF
Available systemd services are disabled by default:
* statsd
* statsd-proxy
To enable one of them use:
systemctl enable NAME
EOF

fi

0 comments on commit 3fc4a58

Please sign in to comment.