16.07.2018 21:32, John Ioannidis пишет:
> Assume I have a one-shot service, *phase1.service*, which runs for a while
> and then terminates. I want to have a *phase2.service* start up when phase1
> terminates.
>
> I cannot change anything in phase1.service's systemd files or code or
> anything, or
On Mon, Jul 16, 2018, 21:33 John Ioannidis wrote:
> Assume I have a one-shot service, *phase1.service*, which runs for a
> while and then terminates. I want to have a *phase2.service* start up
> when phase1 terminates.
>
> I cannot change anything in phase1.service's systemd files or code or
> an
Assume I have a one-shot service, *phase1.service*, which runs for a while
and then terminates. I want to have a *phase2.service* start up when phase1
terminates.
I cannot change anything in phase1.service's systemd files or code or
anything, or I would not be asking this question!
A dirty workar
On Mon, Jul 16, 2018 at 9:38 AM Stef Bon wrote:
> Filsesystems like cifs and nfs are a problem. I think that they can
> also contact the "systemd-fsnotify" daemon through a fd (like with
> autofs) but I;ve not spent a lot of time to this issue.
>
SMB has change notifications – afaik the Linux cl
On Mo, 16.07.18 08:36, Stef Bon (stef...@gmail.com) wrote:
> My idea is that a low level systemd-fsnotify which offers a socket to
> fuse filesystems to handle the setting of watches is the best
> sollution. And of course the processing of events when something is
> reported by the fuse fs: this c
On Mo, 16.07.18 10:25, Paul Menzel (pmenzel+systemd-de...@molgen.mpg.de) wrote:
> Jul 16 08:22:54.312955 kodi systemd-logind[169]: Watching system buttons on
> /dev/input/event1 (Power Button)
> Jul 16 08:22:54.514965 kodi systemd-logind[169]: Watching system buttons on
> /dev/input/event0 (Powe
Dear Lennart,
Thank you for your response.
On 07/13/18 17:12, Lennart Poettering wrote:
> On Do, 12.07.18 16:51, Paul Menzel wrote:
>> Trying to decrease the start-up time, I noticed that `systemd-logind`
>> probes devices in serial(?) (instead of parallel).
>>
>> From `manager_enumerate_butto