diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-21 04:35:05 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-21 04:35:05 +0000 |
| commit | 36a6201335c467a6c7368ba6598c90702b39ee62 (patch) | |
| tree | 76a636d3cf64e98a74f0bac5afd89d1063c073a1 | |
| parent | 88d8cd8e3bb44a106929c2ba6cebe7c0746ccbdd (diff) | |
| download | s6-frontend-36a6201335c467a6c7368ba6598c90702b39ee62.tar.gz | |
s6-rc -X is now s6-rc --no-lock (not public)
| -rw-r--r-- | src/s6-frontend/live_startstop.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ; |
