[libreoffice-online] 03/05: more init script fixes (lintian)
Rene Engelhard
rene at moszumanska.debian.org
Wed Nov 29 19:14:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
rene pushed a commit to branch experimental
in repository libreoffice-online.
commit cfd64b1756e36015f4f6e2cce51bfdf95a25d10b
Author: Rene Engelhard <rene at rene-engelhard.de>
Date: Wed Nov 29 08:32:04 2017 +0100
more init script fixes (lintian)
---
debian/loolwsd.init | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/loolwsd.init b/debian/loolwsd.init
index 0bdd6cd..969e737 100644
--- a/debian/loolwsd.init
+++ b/debian/loolwsd.init
@@ -4,8 +4,8 @@
# Provides: loolwsd
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
-# Required-Start: $local_fs
-# Required-Stop: $local_fs
+# Required-Start: $local_fs $remote_fs
+# Required-Stop: $local_fs $remote_fs
# Short-Description: LibreOffice Online Websocket Daemon
# Description: LibreOffice Online Websocket Daemon
### END INIT INFO
@@ -18,7 +18,9 @@ prog="loolwsd"
LOOLWSD=/usr/bin/loolwsd
PID_FILE=/var/run/loolwsd.pid
+if [ -e /etc/default/loolwsd ]; then
. /etc/default/loolwsd
+fi
case "$1" in
start)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice-online.git
More information about the Pkg-openoffice-commits
mailing list