Skip to content
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

cronjob to sync resources needs to be updated to use alpine cron in docker image #226

Closed
davidcaron opened this issue Nov 1, 2019 · 1 comment · Fixed by #228
Closed
Assignees
Labels
doc Documentation improvements or building problem

Comments

@davidcaron
Copy link
Contributor

Logging and file paths need to be modified, the defaults for cron on alpine are:

bash-5.0# crond --help 
BusyBox v1.30.1 (2019-06-12 17:51:55 UTC) multi-call binary. 

Usage: crond -fbS -l N -d N -L LOGFILE -c DIR

        -f      Foreground
        -b      Background (default)
        -S      Log to syslog (default)
        -l N    Set log level. Most verbose 0, default 8
        -d N    Set log level, log to stderr
        -L FILE Log to FILE
        -c DIR  Cron dir. Default:/var/spool/cron/crontabs
@davidcaron davidcaron self-assigned this Nov 1, 2019
@fmigneault
Copy link
Collaborator

fmigneault commented Nov 1, 2019

I'm also working on #173 , #180. Making a new "CONFIGURATION.rst" file with details.
We should also add a section about sync-resources and the cron setup somewhere.

Edit
See file introduced in #227.
Also we should refer to file magpie-cron

@fmigneault fmigneault added the doc Documentation improvements or building problem label Nov 1, 2019
fmigneault added a commit that referenced this issue Nov 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation improvements or building problem
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants