#!/bin/sh
if [ -d '/run/systemd/system' ]; then
    systemctl restart systemd-binfmt || :
fi
