Actions
Bug #4907
closedThe Techniques should use user crontabs on AIX instead of cron.d
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
System techniques
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
We currently use /etc/cron.d to store Rudder's cron entries, but AIX (5.3) only allows the use of /var/spool/cron/crontabs/<user> entries.
Since we have no history of old entries in this file, we should use the "old" way we used before, and insert_lines("0,5,10,15,20,25,30,35,40,45,50,55 * * * * /opt/rudder/bin/check-rudder-agent") in it :)
Actions