Added: cron supervisor for rootless image
This commit is contained in:
parent
be64af4241
commit
8c30fa98e6
|
|
@ -1,5 +1,5 @@
|
|||
[program:cron]
|
||||
command=/usr/local/bin/supercronic /etc/cron.d/passbolt-ce-server
|
||||
command=/bin/bash -c "declare -p | grep -Ev 'BASHOPTS|BASH_VERSINFO|EUID|PPID|SHELLOPTS|UID' > /etc/environment; cron -f -l"
|
||||
autostart=true
|
||||
priority=20
|
||||
stdout_logfile=/dev/stdout
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
[program:cron]
|
||||
command=/usr/local/bin/supercronic /etc/cron.d/passbolt-ce-server
|
||||
autostart=true
|
||||
priority=20
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
Loading…
Reference in New Issue