Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix cronie and OSTree conflicts | Guy Shapiro | 2017-08-24 | 2 | -0/+41 |
The cronie recipe needs the `/var/spool/cron` directory to operate. Other recipes, such as ntp, modify files in that directory to create periodic jobs. The OSTree image class ignores files on `/var/` as they are system persistent and not managed by OSTree. This commit modifies the cronie recipe to use `/usr/share/cronie-spool/` and makes the image generation class move the files from `/var/spool/cron` into that path. |