#!/bin/bash

exit_code=$( cat /run/ipa/exit_code )
systemctl exit "$exit_code"
