diff --git a/doc/manuals/deployment/startup.rst b/doc/manuals/deployment/startup.rst index a6265cf1ec..19a5ab58ad 100644 --- a/doc/manuals/deployment/startup.rst +++ b/doc/manuals/deployment/startup.rst @@ -23,8 +23,8 @@ An init script will just need to call the zotonic command with either ### BEGIN INIT INFO # Provides: zotonic - # Required-Start: $postgres $local_fs $remote_fs $network $time - # Required-Stop: $postgres $local_fs $remote_fs $network $time + # Required-Start: $postgresql $local_fs $remote_fs $network $time + # Required-Stop: $postgresql $local_fs $remote_fs $network $time # Should-Start: # Should-Stop: # Default-Start: 2 3 4 5