#!/bin/sh MC_DESCRIPTION="Core configuration of multiconfig it self." . "$(dirname "$(readlink -f "$0")")/common" || exit inst cron /etc/cron.d/multiconfig dorestart=$change apply ############################################################################ if $dorestart; then rc-service cronie restart fi