mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-27 10:03:34 +00:00
Changed the supervisor name from zulippostsetup to zulip_postsetup
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
[program:zulippostsetup]
|
[program:zulip_postsetup]
|
||||||
command=/usr/bin/bash -c "sleep 5 && /usr/local/bin/createZulipUser.sh"
|
command=/usr/bin/bash -c "sleep 5 && /usr/local/bin/createZulipUser.sh"
|
||||||
priority=300 ; the relative start priority (default 999)
|
priority=300 ; the relative start priority (default 999)
|
||||||
autostart=true ; start at supervisord start (default: true)
|
autostart=true ; start at supervisord start (default: true)
|
||||||
@@ -6,4 +6,4 @@ autorestart=false ; whether/when to restart (default: unexpected)
|
|||||||
stopwaitsecs=30 ; max num secs to wait b4 SIGKILL (default 10)
|
stopwaitsecs=30 ; max num secs to wait b4 SIGKILL (default 10)
|
||||||
user=zulip ; setuid to this UNIX account to run the program
|
user=zulip ; setuid to this UNIX account to run the program
|
||||||
redirect_stderr=true ; redirect proc stderr to stdout (default false)
|
redirect_stderr=true ; redirect proc stderr to stdout (default false)
|
||||||
stdout_logfile=/var/log/zulip/fts-updates.log ; stdout log path, NONE for none; default AUTO
|
stdout_logfile=/var/log/zulip/zulip_postsetup.log ; stdout log path, NONE for none; default AUTO
|
||||||
@@ -48,7 +48,7 @@ class zulip::voyager {
|
|||||||
ensure => file,
|
ensure => file,
|
||||||
owner => "root",
|
owner => "root",
|
||||||
group => "root",
|
group => "root",
|
||||||
mode => 644,
|
mode => 755,
|
||||||
source => "puppet:///modules/zulip/createZulipUser.sh",
|
source => "puppet:///modules/zulip/createZulipUser.sh",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user