From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from alyss.skarnet.org (alyss.skarnet.org [95.142.172.232]) by inbox.vuxu.org (Postfix) with SMTP id 02B70229BD for ; Fri, 6 Dec 2024 00:15:22 +0100 (CET) Received: (qmail 33894 invoked by uid 89); 5 Dec 2024 23:15:48 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Received: (qmail 33887 invoked from network); 5 Dec 2024 23:15:48 -0000 From: "Laurent Bercot" To: "supervision@list.skarnet.org" Subject: Re[2]: Have an external script wait for a oneshot service Date: Thu, 05 Dec 2024 23:15:20 +0000 Message-Id: In-Reply-To: References: <20241204140015.4e635037306d88117e053994@freesa.org> <2571a89b-ac74-4d9e-b8c6-ff0fe05cebb7@sopka.ch> <20241204141821.ee2a00c996c948f2feb42dec@freesa.org> <4faed412-6fc0-4833-8f76-b6a74667c869@sopka.ch> <3d1391e4-b240-4675-a839-a34c39d474b3@sopka.ch> Reply-To: "Laurent Bercot" User-Agent: eM_Client/10.1.4588.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable >fusermounting some network/encrypted filesystem comes to mind. >e.g. mount a NAS share so that a longrun snooze "cronjob" can record a >livestream to it. Okay. I'd argue it's still under the complexity line where doing this manually - fuser(un)mounting at snooze service (de)installation time - is easier and faster than setting up an s6-rc infrastructure. -- Laurent