<html><head></head><body><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px;"><div>Migrating an init script to systemd, and need to archive logs only if the service exited normally with a return code 0. I found $SERVICE_RESULT, $EXIT_CODE, and $EXIT_STATUS  but they are in a newer version of systemd, I am stuck with version 219 on CentOS 7.</div><div><br></div><div>I'd love to run ExecStopPost on a conditional exit status but that's just not available. Before I get creative with Pre, Start, and Post bash scripts, is there any straightforward way of handling this kind of thing with systemd ?</div><div><br></div><div>-Mike</div><div><br></div></div></body></html>