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
Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.
Turing -
Turing -
Turing -
Turing -
Top comments (0)