profile: Start devmon if detected

Nice alternative to udiskie
master
Pierre Neidhardt 2018-02-08 12:54:59 +01:00
parent d4c49ff325
commit d1f069f915
1 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,8 @@ if [ "$(uname -o)" = "GNU/Linux" ] ; then
## If already started, the new process will replace the old one.
if command -v udiskie >/dev/null 2>&1; then
udiskie &
elif command -v devmon >/dev/null 2>&1; then
devmon &
fi
fi