A systemd top level failure handler for all system or user units, as described in systemd.unit(5)
Example 3.
.
Run the installer with the following command:
curl -fsSL https://raw.githubusercontent.com/ioqy/systemd-failure-handler/master/install.sh | sudo sh
or
wget -q -O- https://raw.githubusercontent.com/ioqy/systemd-failure-handler/master/install.sh | sudo sh
The installer lets you choose the installation directory (either system units or user units) and set the ExecStart
command of the failure handler unit.
For system units:
sudo /usr/local/bin/uninstall-systemd-failure-handler-system.sh
For user units:
/usr/local/bin/uninstall-systemd-failure-handler-user.sh