sudo tee /etc/profile.d/start_cron.sh <<EOF
if ! service cron status &> /dev/null; then
sudo service cron start
fi
EOF
For further actions, you may consider blocking this person and/or reporting abuse
sudo tee /etc/profile.d/start_cron.sh <<EOF
if ! service cron status &> /dev/null; then
sudo service cron start
fi
EOF
For further actions, you may consider blocking this person and/or reporting abuse
Raziel Rodrigues -
Digvijay Bhakuni -
Mayank Kumar -
Wind UI -
Top comments (0)