b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | #!/bin/sh |
2 | |||||
3 | case "${ACTION}" in | ||||
4 | ifup) | ||||
5 | . /etc/rc.common /etc/init.d/${DAEMON} enabled && { | ||||
6 | logger -t "${DAEMON}[hotplug]" -p daemon.info 'reloading configuration' | ||||
7 | . /etc/rc.common /etc/init.d/${DAEMON} reload | ||||
8 | } | ||||
9 | ;; | ||||
10 | esac |