From 9811ef53b65027091afc252cba859383419d6c94 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Fri, 13 Nov 2015 13:34:47 +0000
Subject: - better error codes in s6-rc-update - doc fixes
---
doc/s6-rc-update.html | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
(limited to 'doc/s6-rc-update.html')
diff --git a/doc/s6-rc-update.html b/doc/s6-rc-update.html
index e9ab43c..f683952 100644
--- a/doc/s6-rc-update.html
+++ b/doc/s6-rc-update.html
@@ -59,12 +59,14 @@ live compiled service database.
- 0: success
- - 1: failure to perform some state transitions
- - 2: timed out
+ - 1: failure to perform some state transitions, but the database was switched to newdb
+ - 2: timed out, but the database was switched to newdb
- 3: unknown service name in the conversion file
- 4: invalid service database
- 5: wrong service type in the conversion file
- 6: duplicate service in the conversion file
+ - 9: failure to perform some state transitions, and the database was not switched
+ - 10: timed out, and the database was not switched
- 100: wrong usage
- 111: system call failed
@@ -210,11 +212,6 @@ matter whether a service is renamed or not, changing its type will force a
restart.
-ps output as supervising the old name. This is purely cosmetic and
-will have no impact on the service; nevertheless, if you wish to avoid that,
-simply force a restart on every service you rename.
-
-
Restarting
--
cgit v1.3.1