.profile: Remove udiskie and devmon.

Prefer a SUID-less solution like my homebaked script.
master
Pierre Neidhardt 2019-09-27 19:53:06 +02:00
parent 665826c011
commit ba0641190e
1 changed files with 2 additions and 8 deletions

View File

@ -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.