diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-06-18 18:58:34 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-06-18 18:58:34 +0000 |
| commit | 8a6eaed305dbe4ec6a87fe37000f7461bf563937 (patch) | |
| tree | c80d489ba6852447f56eb805e0ada4005b94b89f /src/s6/s6-internal.h | |
| parent | 83622b9b37821cccab3c535209200b9ccd2ba6a3 (diff) | |
| download | s6-frontend-8a6eaed305dbe4ec6a87fe37000f7461bf563937.tar.gz | |
Add a lot of stuff, implement basic service_start
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/s6/s6-internal.h')
| -rw-r--r-- | src/s6/s6-internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s6/s6-internal.h b/src/s6/s6-internal.h index 34a9c16..6ee3939 100644 --- a/src/s6/s6-internal.h +++ b/src/s6/s6-internal.h @@ -70,6 +70,7 @@ struct global_s .live = S6_FRONTEND_LIVEDIR, \ .repo = S6_FRONTEND_REPODIR, \ .boot = S6_FRONTEND_BOOTDIR, \ + .stmp = S6_FRONTEND_STMPDIR, \ }, \ .userstorage = STRALLOC_ZERO, \ .isuser = 0, \ |
