Update configs for tommy.
This commit is contained in:
parent
41236f47c9
commit
0bf6b014e2
57 changed files with 206 additions and 279 deletions
9
etc/NetworkManager/dispatcher.d/10-autofs
Executable file
9
etc/NetworkManager/dispatcher.d/10-autofs
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
case "$2" in
|
||||
up)
|
||||
[[ "$CONNECTION_UUID" == "fe7ed57d-af3d-4894-bf37-850e423d8e0f" ]] && /usr/sbin/sv once autofs
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue