Skip to content
Snippets Groups Projects
Commit aaf49ec8 authored by ale's avatar ale
Browse files

do not leave services stopped on upgrade; bump Debian package version

parent 0b0d24d2
No related branches found
No related tags found
No related merge requests found
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.
......
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment