Skip to content

Commit 8dd09f4

Browse files
committed
update README
1 parent 38c4e41 commit 8dd09f4

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ by putting together a hiera file.
1919
### uwsgi
2020

2121
The main entry point. Simply ``include uwsgi`` to accept all the default
22-
parameters.
22+
parameters. The service file template will, by default, auto-configure itself for
23+
redhat init.d or upstart depending on the service provider.
2324

2425
#### Parameters
2526

@@ -63,7 +64,9 @@ parameters.
6364
Default: 'upstart'
6465

6566
`upstart` is required for the default `service_file`, and
66-
works on RedHat >= 6
67+
works on RedHat >= 6. Setting `service_provider` to `redhat`
68+
will now deploy the init.d service file, unless you specifically
69+
set `service_template` etc.
6770

6871
* `manage_service_file`
6972
Whether to override the system service file if it exists.

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "engage-uwsgi",
3-
"version": "0.9.0",
3+
"version": "1.0.0",
44
"author": "jarshwah <josh.smeaton@gmail.com>",
55
"summary": "Install and configure uwsgi in Emperor mode",
66
"license": "MIT",

0 commit comments

Comments
 (0)