Now that there is a more robust init_containers.run script, we can use
the new stop and poststop subcommands from the systemd unit.
Signed-off-by: John Mulligan <jmulligan@redhat.com>
LimitNPROC=1048576
EnvironmentFile=-/etc/environment
ExecStart=/bin/bash {{ ctx.data_dir }}/{{ identity.fsid }}/%i/init_containers.run
+ExecStop=/bin/bash {{ ctx.data_dir }}/{{ identity.fsid }}/%i/init_containers.run stop
+ExecStopPost=-/bin/bash {{ ctx.data_dir }}/{{ identity.fsid }}/%i/init_containers.run poststop
Restart=on-failure
RestartSec=10s
TimeoutStopSec=120