diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-01-09 11:09:14 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2023-01-09 11:09:14 +0000 |
| commit | 09750ce3525129a676dec4f579aea3ad2eca1b19 (patch) | |
| tree | acae6b5f47914d7ed85bbb8fe9780ed34a85cfd0 /package/targets.mak | |
| parent | 191b46491407632f2431c46eab97dbf5543fa26d (diff) | |
| download | s6-09750ce3525129a676dec4f579aea3ad2eca1b19.tar.gz | |
Add instances implementation (still needs testing)
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'package/targets.mak')
| -rw-r--r-- | package/targets.mak | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/targets.mak b/package/targets.mak index 2f6f81a..8e58122 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -56,7 +56,10 @@ s6-fdholder-getdump \ s6-fdholder-setdump \ s6-fdholder-transferdump \ s6-applyuidgid \ -s6-setuidgid +s6-setuidgid \ +s6-instance-create \ +s6-instance-delete \ +s6-instance-control LIBEXEC_TARGETS := s6lockd-helper |
