From 6ec8fe53c5c178fca3fde6ec63257e65f53dc58a Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 18 Jun 2026 05:53:03 +0000 Subject: Add enable/disable/start/stop/kill shortcuts and live reset --- doc/overview.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'doc/overview.html') diff --git a/doc/overview.html b/doc/overview.html index cd9f338..84a81e1 100644 --- a/doc/overview.html +++ b/doc/overview.html @@ -265,8 +265,9 @@ the kind of commands that can be worked with. rc-service foobar start - s6 live start foobar - Starts a service in the live database. + s6 live start foobar or s6 start foobar + Starts a service in the live database. s6 start foobar +is a shortcut. rc-service foobar status @@ -282,13 +283,15 @@ in which case it will give detailed information on its supervised instance. rc-update add foobar - s6 set enable foobar - Enable service foobar in the current offline working set. + s6 set enable foobar or s6 enable foobar + Enable service foobar in the current offline working set. +s6 enable foobar is a shortcut. rc-update del foobar - s6 set disable foobar - Disable service foobar in the current offline working set. + s6 set disable foobar or s6 disable foobar + Disable service foobar in the current offline working set. +s6 disable foobar is a shortcut. rc-update show -- cgit v1.3.1