[Git][java-team/zookeeper][master] 2 commits: let sysvinit init script depend on networking
Bastien Roucariès (@rouca)
gitlab at salsa.debian.org
Sun Mar 24 21:22:11 GMT 2024
Bastien Roucariès pushed to branch master at Debian Java Maintainers / zookeeper
Commits:
8116f7b3 by Christoph Anton Mitterer at 2022-11-29T04:55:20+01:00
let sysvinit init script depend on networking
At least when used with systemd, just requiring `$remote_fs` seems to be not
enough to have systemd make it depend on `network-online.target`. It may thus
happen, that the virtual `zookeeper.service` is started befor it can bind to the
configured address, which causes the daemon to fail (which systemd will not even
notice).
(Closes: #1025042)
Signed-off-by: Christoph Anton Mitterer <mail at christoph.anton.mitterer.name>
- - - - -
90af1a13 by Bastien Roucariès at 2024-03-24T21:22:07+00:00
Merge branch 'fix-sysvinit-script' into 'master'
let sysvinit init script depend on networking
See merge request java-team/zookeeper!8
- - - - -
1 changed file:
- debian/zookeeperd.zookeeper.init
Changes:
=====================================
debian/zookeeperd.zookeeper.init
=====================================
@@ -1,8 +1,8 @@
#! /bin/sh
### BEGIN INIT INFO
# Provides: zookeeper
-# Required-Start: $remote_fs
-# Required-Stop: $remote_fs
+# Required-Start: $network $remote_fs
+# Required-Stop: $network $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: centralized coordination service
View it on GitLab: https://salsa.debian.org/java-team/zookeeper/-/compare/77f3125ac2798b420abe6faf170ed329d6dae7d0...90af1a130e919dcd1cd296372ded10d6a86e76d8
--
View it on GitLab: https://salsa.debian.org/java-team/zookeeper/-/compare/77f3125ac2798b420abe6faf170ed329d6dae7d0...90af1a130e919dcd1cd296372ded10d6a86e76d8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20240324/afa6f406/attachment.htm>
More information about the pkg-java-commits
mailing list