[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] 01/04: doc: Remove nonexistent persitency-related actions.
From: |
Ludovic Courtès |
Subject: |
[shepherd] 01/04: doc: Remove nonexistent persitency-related actions. |
Date: |
Sat, 2 Apr 2022 11:23:35 -0400 (EDT) |
civodul pushed a commit to branch master
in repository shepherd.
commit c7c66bdd203267319f6a16bab00ab3a8e1b0b69b
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Mar 31 11:10:42 2022 +0200
doc: Remove nonexistent persitency-related actions.
* doc/shepherd.texi (The root and unknown services): Remove
nonexistent 'enable-persistency' and 'disable-persistency' actions.
---
doc/shepherd.texi | 7 -------
1 file changed, 7 deletions(-)
diff --git a/doc/shepherd.texi b/doc/shepherd.texi
index 849909f..383b071 100644
--- a/doc/shepherd.texi
+++ b/doc/shepherd.texi
@@ -1351,13 +1351,6 @@ Fork and go into the background. This should be called
before
respawnable services are started, as otherwise we would not get the
@code{SIGCHLD} signals when they terminate.
-@item enable-persistency
-When terminating, save the list of running services in a file.
-@c FIXME-CRITICAL: How can we specify which one?
-
-@item disable-persistency
-Don't save the list of running services when terminating.
-
@end table
@cindex unknown service