aboutsummaryrefslogtreecommitdiff
path: root/multiconfig
blob: 68e94e653170af409a615216ee616f0985874c1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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