chiark / gitweb /
unit: introduce 'banned' load state for units symlinked to /dev/null
[elogind.git] / src / path.c
index 7a871246adfb7cd6990190ae114abdcf04c36ee0..92f99381e85a992e975eb9a04e28a73c3677637c 100644 (file)
@@ -389,7 +389,8 @@ static int path_start(Unit *u) {
                 return -ENOENT;
 
         p->failure = false;
-path_enter_waiting(p, true);
+        path_enter_waiting(p, true);
+
         return 0;
 }