/sbin/ifup-local does not work on boot only on restart
- From: "John Arthur" <lists@xxxxxxxxxxxx>
- Date: Wed, 31 Oct 2007 23:18:10 +1030
I want to run a script immediately after and interface comes up. However
ifup-local does not appear to be running on bootup it only runs if I do a
"service network restart"
Does anyon have any ideas or pointers?
[root@epsilon network-scripts]# ls -la /sbin/ifup-local
-rwxr-xr-x 1 root root 240 Oct 31 22:48 /sbin/ifup-local
[root@epsilon network-scripts]# cat /sbin/ifup-local
#!/bin/bash
case "$1" in
eth0)
logger -t ifup-local " $1 "
;;
tun0)
logger -t ifup-local " $1 "
;;
*)
logger -t ifup-local "Unhandled Interface $1 "
esac
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- Follow-Ups:
- Re: /sbin/ifup-local does not work on boot only on restart
- From: Mikkel L. Ellertson
- Re: /sbin/ifup-local does not work on boot only on restart
- Prev by Date: Re: Fedora May Be Killing Your Laptop's Hard Drive?
- Next by Date: Re: Yum dependences
- Previous by thread: Smolt - Hardware Database - Wiki
- Next by thread: Re: /sbin/ifup-local does not work on boot only on restart
- Index(es):
Relevant Pages
|
|