Skip to content

nipun24/automounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automounter

Keeps network shares mounted and remounts them if disconnected

Add this to crontab to check if network share is mounted or not every 2 minutes

# edit the path of executables accordingly
# use flock to avoid duplicate crobjobs
*/2 * * * * /bin/flock /Users/web/automounter.lock -c '/bin/python3 /Users/web/main.py &> /Users/web/cron.log'

About

Automounter utility for MACOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages