| Index: modules/notificationserver/manifests/init.pp |
| diff --git a/modules/notificationserver/manifests/init.pp b/modules/notificationserver/manifests/init.pp |
| index a2dd5c34ba929684b4c19452eaa024f907c3b8e1..a5c3b7fc6c6834618400f9f687f4e354cd7c5b2f 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 => [ |