From 36a6201335c467a6c7368ba6598c90702b39ee62 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 21 Jan 2026 04:35:05 +0000 Subject: s6-rc -X is now s6-rc --no-lock (not public) --- src/s6-frontend/live_startstop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s6-frontend/live_startstop.c b/src/s6-frontend/live_startstop.c index f3bcb06..6a2abd5 100644 --- a/src/s6-frontend/live_startstop.c +++ b/src/s6-frontend/live_startstop.c @@ -61,7 +61,7 @@ static int run_s6rc_change (char const *const *services, unsigned int n, int h, strerr_diefu2sys(111, "read state in ", g->dirs.live) ; argv[m++] = S6RC_EXTBINPREFIX "s6-rc" ; - argv[m++] = "-X" ; /* we already hold the lock */ + argv[m++] = "--no-lock" ; /* we already hold the lock */ argv[m++] = "-v" ; fmtv[uint_fmt(fmtv, g->verbosity)] = 0 ; argv[m++] = fmtv ; -- cgit v1.3.1