From: Frederic Crozat Date: Mon, 29 Jul 2013 15:41:30 +0000 (+0200) Subject: systemd units: halt/reboot/kexec/power systemd unit have changed names X-Git-Tag: 0.9.0~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=53f6b44e11cf552e67fb3b45f480eb55dbf2a975;p=thirdparty%2Fplymouth.git systemd units: halt/reboot/kexec/power systemd unit have changed names Ensure we use the new 'systemd-' prefixed names now. --- diff --git a/systemd-units/plymouth-halt.service.in b/systemd-units/plymouth-halt.service.in index 3df710a0..fd27e101 100644 --- a/systemd-units/plymouth-halt.service.in +++ b/systemd-units/plymouth-halt.service.in @@ -1,7 +1,7 @@ [Unit] Description=Show Plymouth Halt Screen After=getty@tty1.service display-manager.service plymouth-start.service -Before=halt.service +Before=systemd-halt.service DefaultDependencies=no ConditionKernelCommandLine=!plymouth.enable=0 diff --git a/systemd-units/plymouth-kexec.service.in b/systemd-units/plymouth-kexec.service.in index 75702ae0..8aa661d9 100644 --- a/systemd-units/plymouth-kexec.service.in +++ b/systemd-units/plymouth-kexec.service.in @@ -1,7 +1,7 @@ [Unit] Description=Show Plymouth Reboot with kexec Screen After=getty@tty1.service display-manager.service plymouth-start.service -Before=kexec.service +Before=systemd-kexec.service DefaultDependencies=no ConditionKernelCommandLine=!plymouth.enable=0 diff --git a/systemd-units/plymouth-poweroff.service.in b/systemd-units/plymouth-poweroff.service.in index 35ff3526..305ece6c 100644 --- a/systemd-units/plymouth-poweroff.service.in +++ b/systemd-units/plymouth-poweroff.service.in @@ -1,7 +1,7 @@ [Unit] Description=Show Plymouth Power Off Screen After=getty@tty1.service display-manager.service plymouth-start.service -Before=poweroff.service +Before=systemd-poweroff.service DefaultDependencies=no ConditionKernelCommandLine=!plymouth.enable=0 diff --git a/systemd-units/plymouth-reboot.service.in b/systemd-units/plymouth-reboot.service.in index 514ca008..ce568555 100644 --- a/systemd-units/plymouth-reboot.service.in +++ b/systemd-units/plymouth-reboot.service.in @@ -1,7 +1,7 @@ [Unit] Description=Show Plymouth Reboot Screen After=getty@tty1.service display-manager.service plymouth-start.service -Before=reboot.service +Before=systemd-reboot.service DefaultDependencies=no ConditionKernelCommandLine=!plymouth.enable=0