We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c8a33 commit 9ada699Copy full SHA for 9ada699
install/vst-install-rhel.sh
@@ -1244,7 +1244,7 @@ command="sudo $VESTA/bin/v-update-user-stats"
1244
$VESTA/bin/v-add-cron-job 'admin' '20' '00' '*' '*' '*' "$command"
1245
command="sudo $VESTA/bin/v-update-sys-rrd"
1246
$VESTA/bin/v-add-cron-job 'admin' '*/5' '*' '*' '*' '*' "$command"
1247
-service cron restart
+service crond restart
1248
1249
# Building inititall rrd images
1250
$VESTA/bin/v-update-sys-rrd
0 commit comments