#! /bin/sh
export INTERACTIVE=True

INIT=$(initsystem)

if [ X$INIT = "Xsystemd" ]; then
    sudo sidu-control systemctl sidu-base $1
fi
