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

Cron Error - WRONG FILE OWNER - How to? #493

Open
ITspirit opened this issue Oct 16, 2023 · 0 comments
Open

Cron Error - WRONG FILE OWNER - How to? #493

ITspirit opened this issue Oct 16, 2023 · 0 comments

Comments

@ITspirit
Copy link

Ich habe über eine docker-compose einen Cron-Datei eingebunden - wie in der Doku beschrieben (Auszug davon):

image: webdevops/php-nginx:7.3 ... volumes: - ./conf/cron:/etc/cron.d

Aber offenbar scheint hier ein Permission Problem zu bestehen.
Ich erhalte folgende Fehlermeldung:

[SYSLOG] cron[55]: (*system*cronMyApplication) WRONG FILE OWNER (/etc/cron.d/cronMyApplication)

In der Cron Datei steht nur:
8 0 * * 1 application /shellscripts/geoip_updater.sh > /dev/null 2>&1

Mache ich hier etwas falsch? Kann mir hier ggf. jemand etwas Hilfestellung geben?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant