debian: init start after postgresql and syslog (#7547, #7548)

This commit is contained in:
Thomas NOËL 2015-06-11 19:13:31 +02:00
parent e48fa39fd3
commit 08e2d240b9
2 changed files with 5 additions and 3 deletions

6
debian/wcs.init vendored
View File

@ -1,8 +1,10 @@
#! /bin/sh
### BEGIN INIT INFO
# Provides: wcs
# Required-Start: $local_fs $network
# Required-Stop: $local_fs $network
# Required-Start: $network $local_fs $remote_fs $syslog
# Required-Stop: $network $local_fs $remote_fs $syslog
# Should-Start: postgresql
# Should-Stop: postgresql
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start w.c.s. web form manager

View File

@ -574,7 +574,7 @@ form.small button + a.button {
#main.enable-transitions,
#sidepage.enable-transitions ul#sidepage-menu,
#sidepage.enable-transitions {
transition-duration: 400ms;
transition-duration: 2400ms;
}
#sidepage.sidepage-expanded {