Skip to content

Commit

Permalink
doc: Fix typo in startup script example
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Scherpenisse committed Nov 16, 2012
1 parent b889806 commit 25d2e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manuals/deployment/startup.rst
Expand Up @@ -23,8 +23,8 @@ An init script will just need to call the zotonic command with either


### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: zotonic # Provides: zotonic
# Required-Start: $postgres $local_fs $remote_fs $network $time # Required-Start: $postgresql $local_fs $remote_fs $network $time
# Required-Stop: $postgres $local_fs $remote_fs $network $time # Required-Stop: $postgresql $local_fs $remote_fs $network $time
# Should-Start: # Should-Start:
# Should-Stop: # Should-Stop:
# Default-Start: 2 3 4 5 # Default-Start: 2 3 4 5
Expand Down

0 comments on commit 25d2e24

Please sign in to comment.