From ba0641190e2ea05415dc23e13290ef7e6e7ebe32 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Fri, 27 Sep 2019 19:53:06 +0200 Subject: [PATCH] .profile: Remove udiskie and devmon. Prefer a SUID-less solution like my homebaked script. --- .profile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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.