X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fautomount.c;h=33c962e0c0c1e67aa3d82ffe12c1253b9b9e98be;hp=f6f83d43b6a0d00867b60b13ebe8fdcf5584d499;hb=c8f4d7642b743c79328e10e8fb2d9b58e9f6b999;hpb=cfcab435088205b520d244e6111e33b98579181d diff --git a/src/automount.c b/src/automount.c index f6f83d43b..33c962e0c 100644 --- a/src/automount.c +++ b/src/automount.c @@ -58,6 +58,8 @@ static void automount_init(Unit *u) { a->pipe_watch.type = WATCH_INVALID; a->directory_mode = 0755; + + a->meta.ignore_on_isolate = true; } static void repeat_unmout(const char *path) {