RSS Amplifier

Recent Questions - Unix & Linux Stack Exchange · Aug 11, 2026

systemd service with three processes continues to run when one process crashes

0
Sign in to vote or save

This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.

I have a systemd service that runs a sh command line, which, in turn, starts two further python scripts which are chained together by a pipe - stdout from the first 'feeds' stdin of the second, which then does some processing and saves the resulting data to a remote database. When the service is running, I see three processes - the sh process, which is sleeping, waiting for the chained scripts to…

Read on unix.stackexchange.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.