aboutsummaryrefslogtreecommitdiffstats
path: root/templates/etc_devd_lan0_jail_restore.conf.j2
blob: c59b428a3cc76656c25b4eef6e10138e7c7bf1ea (plain)
1
2
3
4
5
6
notify 10 {
    match "system"          "IFNET";
    match "subsystem"       "lan0";
    match "type"            "LINK_UP";
    action "/usr/local/bin/restore_jail_aliases.sh";
};