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/reboot.target | |
parent | b2bb3dbed9607c440b1a9ccacc515e28136d39ae (diff) |
unit: introduce AllowIsolate= switch
Diffstat (limited to 'units/reboot.target')
-rw-r--r-- | units/reboot.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/reboot.target b/units/reboot.target index b3be52ff90..855751306d 100644 --- a/units/reboot.target +++ b/units/reboot.target @@ -12,6 +12,7 @@ Description=Reboot Names=runlevel6.target Requires=reboot.service After=reboot.service +AllowIsolate=yes [Install] Alias=ctrl-alt-del.target |