diff --git a/.profile b/.profile index 4e3960e0..e19a0d38 100644 --- a/.profile +++ b/.profile @@ -92,14 +92,8 @@ if [ "$(uname -o)" = "GNU/Linux" ] ; then unset log_dmesg ## External device auto-mounting. - ## 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 & - else - udisks-automount & - fi + pkill udisks-automount + udisks-automount & fi ## Wine DLL overrides.