-
Notifications
You must be signed in to change notification settings - Fork 365
Bug Fixes to highlight the important content in cronie.md #1884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
docs/guides/automation/cronie.md
Outdated
| * **crond.service** -cronie's daemon, you can manage the daemon by `systemctl start | restart | stop | status` ; | ||
| * **/etc/crontab** -Assign cron jobs to different users, usually we are more accustomed to using `crontab -e` . For example, if you are currently logged in as the root user, type `crontab -e` and you will see specific cron jobs in the file /var/spool/cron/root after saving. | ||
| * **/var/log/cron \* ** -Cronie's log, by default, does log rotation and ends with a date suffix. \* Here means wildcard | ||
| * **/var/log/cron** -Cronie's log, by default, does log rotation and ends with a date suffix. Here, it means wildcard. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @yashpandey06
I don't understand your change.
Here we want to see:
/var/log/cron *
and in your proposal, we won't see the last `* anymore
|
Sure i ll rectify it !!! |
|
@alemorvan Hey I have pushed the required changes !! , please review and suggest the changes if necessary . |
Test results for 3bc18fe:
|
|
It looks ok for me |
|
@all-contributors please add @yashpandey06 for content |
|
I've put up a pull request to add @yashpandey06! 🎉 |
Author checklist (Completed by original Author)
Rocky Documentation checklist (Completed by Rocky team)