diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-31 19:27:49 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-31 19:43:14 -0400 |
commit | cc1f918dda4193c7fd2a03de4ab715be67017a36 (patch) | |
tree | 73bfe3addb960f7f8792f0b48321f4c89e554c45 /units/user/default.target | |
parent | fff40a51ccbb02e8dec4ff2ee505bc84f75e445c (diff) |
units/user: default.target must be isolatable
...
Activating default unit: default.target
Default target could not be isolated, starting instead: Operation refused, unit may not be isolated.
Diffstat (limited to 'units/user/default.target')
-rw-r--r-- | units/user/default.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/user/default.target b/units/user/default.target index 56cf4dcb9c..71eed51b09 100644 --- a/units/user/default.target +++ b/units/user/default.target @@ -8,3 +8,4 @@ [Unit] Description=Default Documentation=man:systemd.special(7) +AllowIsolate=yes |