Skip to content

Commit 3a4fb91

Browse files
committed
Docs updated
1 parent 5e54432 commit 3a4fb91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ supervisor::app { 'your-app-title':
2424
startsecs => 'The total number of seconds which the program needs to stay running after a startup to consider the start successful', # Defaults to undef
2525
stopwaitsecs => 'The number of seconds to wait for the OS to return a SIGCHILD to supervisord after the program has been sent a stopsignal', # Defaults to undef
2626
priority => 'The relative priority of the program in the start and shutdown ordering', # Defaults to undef
27+
stopsignal => 'The signal used to kill the program when a stop is requested. This can be any of TERM, HUP, INT, QUIT, KILL, USR1, or USR2.', # Defaults to undef
2728
}
2829
```

0 commit comments

Comments
 (0)