2 changed files with 16 additions and 2 deletions
			
			
		@ -0,0 +1,13 @@
					 | 
				
			||||
#!/bin/bash | 
				
			||||
 | 
				
			||||
case "$1" in | 
				
			||||
suspend|hibernate) | 
				
			||||
    actions to | 
				
			||||
    take | 
				
			||||
    on suspend | 
				
			||||
    or hibernate | 
				
			||||
    ;; | 
				
			||||
resume|thaw) | 
				
			||||
    physlock -d & | 
				
			||||
    ;; | 
				
			||||
esac | 
				
			||||
					Loading…
					
					
				
		Reference in new issue