For example ;
To restart nginx service every 5 minutes:
crontab -I | {cat; echo ''/5 * * * * systemctl restart nginx''; } | crontab -
To add crontab script to mehmet user:
crontab -u mehmet -I | {cat; echo ''/5 * * * * systemctl restart nginx''; } | crontab -u mehmet -
You have examined the knowledge base in detail, but if you cannot find the information you need,
Create a Support Ticket