I’m starting an oneshot systemd service from udev remove event and wanted to
confirm the expected behavior if an instance of service is running and another
service start is attempted. From my trials it appears that the second service
is not started if one is already running.
r services are really short-lived (if their job is just setup/teardown) and would be better called synchronously from RUN without going through systemd at all?On Thu, Jul 17, 2025, 17:20 Anthony Rossomano <trosso...@gmail.com> wrote:Understood. Looking for some advice on how to distinguish
are needed, they need to have unique names, usually
> through a template unit (foo@.service → foo@$env{something}.service).
>
> On Mon, Jul 14, 2025, 06:07 Anthony Rossomano wrote:
>>
>> I’m starting an oneshot systemd service from udev remove event and wanted to
>> c