run on reboot works with network-interface not network

This commit is contained in:
Aditya Sanghi
2012-08-12 14:17:39 +05:30
parent 6042783e82
commit cc4306492e
2 changed files with 4 additions and 4 deletions

View File

@@ -7,5 +7,5 @@ EOF
end script
start on started network
stop on stopping network
start on started network-interface
stop on stopping network-interface

View File

@@ -7,5 +7,5 @@ EOF
end script
start on started network
stop on stopping network
start on started network-interface
stop on stopping network-interface