Initial commit of 05_fuse script
This commit is contained in:
parent
e7d84333f4
commit
cf60a78ddd
1 changed files with 4 additions and 0 deletions
4
05_fuse
Executable file
4
05_fuse
Executable file
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
#Copy this to /etc/pm/sleep.d
|
||||||
|
#Unmount all sshfs mounts before system goes to sleep so tasks do not refuse to sleep
|
||||||
|
mount -l -t fuse.sshfs | awk -F " " '{print "fusermount -u " $3}' | bash
|
||||||
Loading…
Add table
Add a link
Reference in a new issue