chiark / gitweb /
turn negative options into positive options
[elogind.git] / src / mount.c
index b99e5ffe8b9f9e28b0955dde12133db87bb72acd..6da880eb8ff1fcf0c15f34b3d7ce0016ce95a8c9 100644 (file)
@@ -68,7 +68,7 @@ static void mount_init(Unit *u) {
          * the same process group as us, so that the autofs kernel
          * side doesn't send us another mount request while we are
          * already trying to comply its last one. */
          * the same process group as us, so that the autofs kernel
          * side doesn't send us another mount request while we are
          * already trying to comply its last one. */
-        m->exec_context.no_setsid = true;
+        m->exec_context.same_pgrp = true;
 
         m->timer_watch.type = WATCH_INVALID;
 
 
         m->timer_watch.type = WATCH_INVALID;