diff options
Diffstat (limited to 'multiconfig')
-rwxr-xr-x | multiconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/multiconfig b/multiconfig new file mode 100755 index 0000000..68e94e6 --- /dev/null +++ b/multiconfig @@ -0,0 +1,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 |