diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2015-10-09 17:32:30 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2015-10-09 17:32:30 +0200 |
commit | 88ef5e639b30b53b3663f766874dc519908de74d (patch) | |
tree | 6d03c9d5d3391283e37a6e44d2a34263678f7cbb /src/core/scope.c | |
parent | 2c882b8bfa29937fb808fa1dd60c2a7ab0e8e85e (diff) | |
parent | 417800228f69db9ff37f4193d11508757dd09308 (diff) |
Merge pull request #1516 from poettering/dontisolaterootslice
Don't isolate `-.slice`
Diffstat (limited to 'src/core/scope.c')
-rw-r--r-- | src/core/scope.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/scope.c b/src/core/scope.c index 7325e3601b..ea7d846578 100644 --- a/src/core/scope.c +++ b/src/core/scope.c @@ -534,6 +534,9 @@ static int scope_enumerate(Manager *m) { u->transient = true; u->default_dependencies = false; u->no_gc = true; + u->ignore_on_isolate = true; + u->refuse_manual_start = true; + u->refuse_manual_stop = true; SCOPE(u)->deserialized_state = SCOPE_RUNNING; SCOPE(u)->kill_context.kill_signal = SIGRTMIN+14; |