From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/2764 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: "Laurent Bercot" Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: s6 inotify Date: Wed, 18 Dec 2019 20:40:41 +0000 Message-ID: References: Reply-To: "Laurent Bercot" Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="236061"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: eM_Client/7.2.36908.0 To: "supervision@list.skarnet.org" Original-X-From: supervision-return-2353-gcsg-supervision=m.gmane.org@list.skarnet.org Wed Dec 18 21:40:42 2019 Return-path: Envelope-to: gcsg-supervision@m.gmane.org Original-Received: from alyss.skarnet.org ([95.142.172.232]) by blaine.gmane.org with smtp (Exim 4.89) (envelope-from ) id 1ihg7e-000zCO-GR for gcsg-supervision@m.gmane.org; Wed, 18 Dec 2019 21:40:42 +0100 Original-Received: (qmail 28637 invoked by uid 89); 18 Dec 2019 20:41:07 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm Original-Sender: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Original-Received: (qmail 28630 invoked from network); 18 Dec 2019 20:41:07 -0000 In-Reply-To: X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedufedrvddtledgudefgecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfpfgfogfftkfevteeunffgpdfqfgfvnecuuegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkfgjfhhrfgggtgfgsehtqhertddtreejnecuhfhrohhmpedfnfgruhhrvghnthcuuegvrhgtohhtfdcuoehskhgrqdhsuhhpvghrvhhishhiohhnsehskhgrrhhnvghtrdhorhhgqeenucffohhmrghinhepsghushihsghogidrnhgvthdpghhithhhuhgsrdgtohhmnecurfgrrhgrmhepmhhouggvpehsmhhtphhouhhtnecuvehluhhsthgvrhfuihiivgeptd Xref: news.gmane.org gmane.comp.sysutils.supervision.general:2764 Archived-At: >I'm looking for filesystem events similar to systemd.path in s6. My run >script has to execute a binary when file "/tmp/testlog" is present. Can yo= u >please let me know which s6 program will help me achieve this. Hi Raghu, inotify(7) is a Linux extension, so it's not implemented in s6, which aims to be portable. You can find inotify-related utilities in inotify-tools, for instance (https://github.com/inotify-tools), or inotifyd in busybox (https://busybox.net/). -- Laurent