diff --git a/postplug.d/10filesystems b/postplug.d/10filesystems index 7f1a819..4b32095 100644 --- a/postplug.d/10filesystems +++ b/postplug.d/10filesystems @@ -5,6 +5,9 @@ # Copyright (c) 2007 by Stefano Cotta Ramusino # Copyright (c) 2009-2013 by Silvan Calarco +# systemd: completely disable for now +[ -d /run/systemd ] && exit 0 + if [ $UID != 0 ]; then echo "$0: must be superuser." >&2 exit 1