Changed the supervisor name from zulippostsetup to zulip_postsetup

This commit is contained in:
Alexander Trost
2015-10-18 20:25:51 +02:00
parent a0c69768f4
commit af5f5930d1
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
[program:zulippostsetup]
[program:zulip_postsetup]
command=/usr/bin/bash -c "sleep 5 && /usr/local/bin/createZulipUser.sh"
priority=300 ; the relative start priority (default 999)
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)
user=zulip ; setuid to this UNIX account to run the program
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

View File

@@ -48,7 +48,7 @@ class zulip::voyager {
ensure => file,
owner => "root",
group => "root",
mode => 644,
mode => 755,
source => "puppet:///modules/zulip/createZulipUser.sh",
}
}