summaryrefslogtreecommitdiff
path: root/etc/network/if-up.d/itzks-autofs
blob: 974a1c6a4c44a3fd6268af862a44d7ef5dff1cf2 (plain)
1
2
3
4
5
6
7
#!/bin/sh

if test -e /etc/network/if-up.d/autofs; then exit 0; fi
if test -e /etc/network/if-up.d/debian-edu; then exit 0; fi

invoke-rc.d --quiet autofs restart