source: trunk/debathena/config/zephyr-config/debian/debathena-zephyr-config.if-up @ 25081

Revision 25081, 120 bytes checked in by kaduk, 13 years ago (diff)
In zephyr-config: * In the if-up.d script, sleep before restarting, so as to have a reasonable chance of winning the race between the zhm initscript and the if-up.d script at boot.
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3case "$ADDRFAM" in
4    inet|NetworkManager)
5        sleep 10
6        /etc/init.d/zhm restart >/dev/null 2>&1 || :
7        ;;
8esac
Note: See TracBrowser for help on using the repository browser.