Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] fine grained net dependancies
Date: Wed, 06 Dec 2006 20:55:54
Message-Id: 20061206205131.0721e666@krikkit.digimed.co.uk
In Reply to: [gentoo-user] fine grained net dependancies by Mike Williams
1 On Wed, 6 Dec 2006 20:18:11 +0000, Mike Williams wrote:
2
3 > I *need* heartbeat to start *after* br0.
4
5 You could do his from the postup function in /etc/conf.d/net
6
7 postup() {
8 [ "${IFACE}" == "br0" ] && /etc/init.d/heartbeat start
9 }
10
11
12 --
13 Neil Bothwick
14
15 It is easier to fix Unix than to live with NT.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] fine grained net dependancies Mike Williams <mike@××××××××.uk>