summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-02-07 18:54:13 +0200
committerLars Wirzenius <liw@liw.fi>2018-02-09 19:11:02 +0200
commit5cf3781ad4beddfab5aa7181c0990a5462ffe06f (patch)
treea50a769bc8b6cc7e31f28466002c7dc15f2433b4 /NEWS
parent4b6fd81e121935f60f29b8314bc7c44726bf6fd7 (diff)
downloadick2-5cf3781ad4beddfab5aa7181c0990a5462ffe06f.tar.gz
Change: make all .service units be conditional on config
If the config file is missing, the unit won't start.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a4356ce..7d8c2d7 100644
--- a/NEWS
+++ b/NEWS
@@ -42,6 +42,11 @@ Version 0.23+git, not yet released
* The systemd unit for the worker manager now restarts the worker
manager automatically if it crashes, after 10 seconds.
+* The service files are now called ick-controller, ick-worker, and
+ ick-blob-service. They don't start unless the corresponding
+ configuration file in /etc exist. This makes the ick Debian package
+ safe to install, if one only wants icktool.
+
Version 0.23, released 2018-01-22
----------------------------------