这是systemd服务文件中的OnFailure配置。
fail@%n.service文件的内容如下
如上所述,如果进程失败,则触发failure_handler.sh bash文件。但我想在failure_handler.sh中获取进程的退出代码。我怎么才能得到它?
systemctl show failed_unit_name |grep ExecMainStatus