]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/scope.c
Merge pull request #1837 from poettering/grabbag2
[thirdparty/systemd.git] / src / core / scope.c
index 48a5eaae488d951ccdea194ebe9d28a44b80420f..8d6149aab0864109c5687a18cd4d96e8f7a3a2f9 100644 (file)
@@ -54,7 +54,6 @@ static void scope_init(Unit *u) {
         s->timeout_stop_usec = u->manager->default_timeout_stop_usec;
 
         UNIT(s)->ignore_on_isolate = true;
-        UNIT(s)->ignore_on_snapshot = true;
 }
 
 static void scope_done(Unit *u) {