slice, scope: IgnoreOnIsolate=yes is already the default
authorAlan Jenkins <alan.christopher.jenkins@gmail.com>
Sun, 4 Feb 2018 20:16:50 +0000 (20:16 +0000)
committerAlan Jenkins <alan.christopher.jenkins@gmail.com>
Sun, 4 Feb 2018 22:51:34 +0000 (22:51 +0000)
commit0c79456781ab649ef28c0343e4f42f0861d083ad
tree72072ab8cf39a359b3c3ad006f5f59d0aa122d25
parent22bc57c58a3ad7570209e2ead6fa17e7d9b006cc
slice, scope: IgnoreOnIsolate=yes is already the default

`IgnoreOnIsolate=yes` is the default for slices and scopes.  So it's not
essential to set it on root.slice or init.scope.

We don't need to worry about a bad unit file configuration.  Any attempt
to stop these unit should fail, since we mark them as `perpetual`.

Also since init.scope cannot be stopped, there is no point setting
`KillSignal=SIGRTMIN+14`.  According to both documentation and testing,
KillSignal= does not affect the behaviour of `systemctl kill`.
src/core/scope.c
src/core/slice.c