We want to reboot the system when a particular daemon is crashing . Hence we added OnFailure tag in the service file to invoke the reboot service. It's correctly rebooting the system whenever the particular daemon is crashing . But it reboots immediately without waiting for core dump to be processed by systemd-coredump service.
Which is the best way to add a dependency on this service, so that the system will reboot only after the core dump is processed by the systemd-coredump ? Please note : we are using systemd version v229. regards, Satya
_______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/systemd-devel