X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Fplymouth-poweroff.service;h=e69033a8e3da89c7c40d17394e6c43ecb1e5adbb;hp=c1eebb5ac2232a485d18026f316c3aee715ca72a;hb=ed061a8dc2acd93c2eb569d2d983d5a77f7e5b77;hpb=cd3f8b7ddb052ab5e4eab420968bae689db3899a diff --git a/units/plymouth-poweroff.service b/units/plymouth-poweroff.service index c1eebb5ac..e69033a8e 100644 --- a/units/plymouth-poweroff.service +++ b/units/plymouth-poweroff.service @@ -1,8 +1,8 @@ # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. [Unit] @@ -10,9 +10,9 @@ Description=Show Plymouth Power Off Screen After=getty@tty1.service prefdm.service plymouth-start.service Before=poweroff.service DefaultDependencies=no +ConditionKernelCommandLine=!plymouth.enable=0 [Service] ExecStart=/sbin/plymouthd --mode=shutdown ExecStartPost=-/bin/plymouth --show-splash -ExecStartPost=-/bin/plymouth message '--text=Powering Off...' Type=forking