mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-05 08:52:00 +00:00
fix: set user as www-data when running cron jobs in docker's supervisord config
This prevents any ownership issue when cron tasks create cache files
This commit is contained in:
parent
bba13d80f7
commit
be3b6db207
@ -2,6 +2,7 @@
|
||||
nodaemon=true
|
||||
|
||||
[program:supercronic]
|
||||
user=www-data
|
||||
command=supercronic /crontab.txt
|
||||
autostart=true
|
||||
autorestart=unexpected
|
||||
|
@ -2,6 +2,7 @@
|
||||
nodaemon=true
|
||||
|
||||
[program:supercronic]
|
||||
user=www-data
|
||||
command=supercronic /crontab.txt
|
||||
autostart=true
|
||||
autorestart=unexpected
|
||||
|
Loading…
x
Reference in New Issue
Block a user