| Index: modules/notificationserver/manifests/init.pp |
| diff --git a/modules/notificationserver/manifests/init.pp b/modules/notificationserver/manifests/init.pp |
| index 24ddb7fe08b793277e9d5d58c484b0bb4bb769bc..9e7a62eff1f79b5671d6305656081c56a7f673b9 100644 |
| --- a/modules/notificationserver/manifests/init.pp |
| +++ b/modules/notificationserver/manifests/init.pp |
| @@ -36,6 +36,7 @@ class notificationserver($is_default = false) { |
| fcgi_app => '/opt/sitescripts/multiplexer.fcgi', |
| socket => '/tmp/multiplexer-fastcgi.sock', |
| mode => '0666', |
| + order => 500, |
| user => 'nginx', |
| children => 1, |
| require => [ |
| @@ -45,6 +46,10 @@ class notificationserver($is_default = false) { |
| ] |
| } |
| + customservice::supervisor {'spawn-fcgi': |
| + pidfile => '/var/run/500-multiplexer_spawn-fcgi.pid', |
| + } |
| + |
| File { |
| owner => root, |
| group => root, |