[systemd-devel] Skip ExecStop after service end or failure
Robert Dahlem
Robert.Dahlem at gmx.net
Sun Dec 20 11:48:17 UTC 2020
Hi,
is there a way to NOT run ExecStop, when a service started successfully,
but ends later without being stopped?
My scenario: I have an ExecStop that should only run after
systemctl stop XXX.service
which means: only when someone administratively shuts down the service.
It must not run, when the service terminates by whatever means (exit 0,
exit 1, signal). In this case, systemd shall just mark the service as
failed and leave it be.
Can this be configured?
Regards,
Robert
More information about the systemd-devel
mailing list