| 1 |
ryan52-guest |
3168 |
# (better) lsb compliance |
| 2 |
|
|
|
| 3 |
|
|
--- a/lib/thin/controllers/service.sh.erb |
| 4 |
|
|
+++ b/lib/thin/controllers/service.sh.erb |
| 5 |
|
|
@@ -4,7 +4,7 @@ |
| 6 |
|
|
# Required-Start: $local_fs $remote_fs |
| 7 |
|
|
# Required-Stop: $local_fs $remote_fs |
| 8 |
|
|
# Default-Start: 2 3 4 5 |
| 9 |
|
|
-# Default-Stop: S 0 1 6 |
| 10 |
|
|
+# Default-Stop: 0 1 6 |
| 11 |
|
|
# Short-Description: thin initscript |
| 12 |
|
|
# Description: thin |
| 13 |
|
|
### END INIT INFO |
| 14 |
|
|
@@ -27,7 +27,7 @@ |
| 15 |
|
|
stop) |
| 16 |
|
|
$DAEMON stop --all $CONFIG_PATH |
| 17 |
|
|
;; |
| 18 |
|
|
- restart) |
| 19 |
|
|
+ restart|force-reload|reload) |
| 20 |
|
|
$DAEMON restart --all $CONFIG_PATH |
| 21 |
|
|
;; |
| 22 |
|
|
*) |