From 691c69e626e4ceb85567a5288348bd04378fd410 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 30 Aug 2021 19:11:44 +0000 Subject: s6-svlink, s6-svunlink, .h changes Renamed from s6-svdir-(un)link. Doc added. Full functionality added. Still need to be tested. Unrelated: .h names simplified. Signed-off-by: Laurent Bercot --- doc/s6-svlink.html | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 doc/s6-svlink.html (limited to 'doc/s6-svlink.html') diff --git a/doc/s6-svlink.html b/doc/s6-svlink.html new file mode 100644 index 0000000..2e03eec --- /dev/null +++ b/doc/s6-svlink.html @@ -0,0 +1,111 @@ + + + + + + s6: the s6-svlink program + + + + + + +

+s6
+Software
+skarnet.org +

+ +

The s6-svlink program

+ +

+ s6-svlink creates, in a scan +directory, a symlink to a service +directory, and notifies s6-svscan +that a new service has been registered. It waits until a +s6-supervise supervisor process has +been spawned to manage the new service, then exits. +

+ +

+ The point of s6-svlink is to help integrate existing +service directories into an existing service manager sequence and +eliminating race conditions. +

+ +

Interface

+ +
+     s6-svlink [ -d | -D ] [ -P ] [ -f ] [ -t timeout ] scandir servicedir [ name ]
+
+ + + +

Exit codes

+ + + +

Options

+ + + +

Notes

+ + + + + -- cgit v1.2.3