We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a07c6 commit 5cf3379Copy full SHA for 5cf3379
pillar/prod/supervisor.sls
@@ -35,8 +35,8 @@ supervisor:
35
-q /www/opensourcewebsite.org/htdocs/yii cron > runtime/logs/cron.log
36
numprocs: '1'
37
directory: '/www/opensourcewebsite.org'
38
- stdout_logfile: '/www/opensourcewebsite.org/logs/cron-stdout.log'
39
- stderr_logfile: '/www/opensourcewebsite.org/logs/cron-stderr.log'
+ stdout_logfile: '/www/opensourcewebsite.org/htdocs/runtime/logs/cron-stdout.log'
+ stderr_logfile: '/www/opensourcewebsite.org/htdocs/runtime/logs/cron-stderr.log'
40
user: 'opensourcewebsite.org'
41
stopsignal: 'KILL'
42
0 commit comments