Commit 561068ae24a0e98346811912d0ef867552916cf8
Exists in
master
and in
22 other branches
Merge commit 'refs/merge-requests/179' of git://gitorious.org/noosfero/noosfero …
…into merge-requests/179
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
etc/init.d/noosfero
@@ -3,6 +3,8 @@ | @@ -3,6 +3,8 @@ | ||
3 | # Provides: noosfero | 3 | # Provides: noosfero |
4 | # Required-Start: $remote_fs | 4 | # Required-Start: $remote_fs |
5 | # Required-Stop: $remote_fs | 5 | # Required-Stop: $remote_fs |
6 | +# Should-Start: postgresql | ||
7 | +# Should-Stop: postgresql | ||
6 | # Default-Start: 2 3 4 5 | 8 | # Default-Start: 2 3 4 5 |
7 | # Default-Stop: 0 1 6 | 9 | # Default-Stop: 0 1 6 |
8 | # Short-Description: Example initscript | 10 | # Short-Description: Example initscript |