diff options
Diffstat (limited to 'etc/network/if-up.d/autofs')
| -rwxr-xr-x | etc/network/if-up.d/autofs | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/etc/network/if-up.d/autofs b/etc/network/if-up.d/autofs new file mode 100755 index 0000000..8f98196 --- /dev/null +++ b/etc/network/if-up.d/autofs @@ -0,0 +1,6 @@ +#!/bin/sh + +if [ -x /etc/init.d/autofs ]; then +	/etc/init.d/autofs restart +fi + | 
