diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-30 22:45:46 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-30 23:04:36 +0200 |
commit | 2528a7a62c4ad9b2f4773b608d208239299da50c (patch) | |
tree | de5fa60c236e8da0df509d1583fb5369ae66828f /units/halt.target | |
parent | b2bb3dbed9607c440b1a9ccacc515e28136d39ae (diff) |
unit: introduce AllowIsolate= switch
Diffstat (limited to 'units/halt.target')
-rw-r--r-- | units/halt.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/halt.target b/units/halt.target index 77b4044229..70e90fedde 100644 --- a/units/halt.target +++ b/units/halt.target @@ -11,6 +11,7 @@ Description=Halt Requires=halt.service After=halt.service +AllowIsolate=yes [Install] Alias=ctrl-alt-del.target |