From d1f069f915fdd13fd494f233d578b3fb258e82ec Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Thu, 8 Feb 2018 12:54:59 +0100 Subject: [PATCH] profile: Start devmon if detected Nice alternative to udiskie --- .profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.profile b/.profile index f7f52141..2a5ce6eb 100644 --- a/.profile +++ b/.profile @@ -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