We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03501b1 commit 16844edCopy full SHA for 16844ed
1 file changed
ubuntu/16.04/etc/confd/templates/supervisor/cron.conf.tmpl
@@ -5,8 +5,9 @@ stdout_logfile_maxbytes=0
5
stderr_logfile=/dev/stderr
6
stderr_logfile_maxbytes=0
7
loglevel = warn
8
+{{ if not (eq "true" (getenv "NON_PRIVILEGED_USER")) }}
9
user = root
10
+{{ end }}
11
autostart = {{ getenv "START_CRON" }}
12
autorestart = true
13
priority = 5
-
0 commit comments