diff --git a/debian/changelog b/debian/changelog
index 3772190a1e9b32af31afd893f29e603b40620a9a..a4ba7d2d76bfd71931995e9492eb32adedb1032f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+autoradio (0.3.2) unstable; urgency=medium
+
+  * Add statsd instrumentation.
+
+ -- ale <ale@incal.net>  Wed, 08 Oct 2014 17:25:57 +0100
+
 autoradio (0.3.1) unstable; urgency=medium
 
   * Add bwmonitor and associated load balancing policy.
diff --git a/debian/postinst b/debian/postinst
index bc2b0a6bbfc710e8521f3b75f795374cfbb8a8b1..e913ff8a56065c32d36a7a230416bf3d897a39d9 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -36,6 +36,7 @@ activate_services() {
     for svc in $@ ; do
         test -e /etc/service/$svc \
         || ln -s /etc/svc/$svc /etc/service/$svc
+        sv start $svc || true
     done
 }