diff options
author | Kay Sievers <kay@vrfy.org> | 2012-06-07 19:27:17 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-06-07 19:27:17 +0200 |
commit | 26cbf29c52a36b6ad9d1ccc16d8f7adccefeddca (patch) | |
tree | ffa074c6434d1cc9f5ede881d4006407c358ec77 /units | |
parent | ed061a8dc2acd93c2eb569d2d983d5a77f7e5b77 (diff) |
delete plymouth units; moved to plymouth
Diffstat (limited to 'units')
-rw-r--r-- | units/.gitignore | 1 | ||||
-rw-r--r-- | units/plymouth-halt.service | 18 | ||||
-rw-r--r-- | units/plymouth-kexec.service | 18 | ||||
-rw-r--r-- | units/plymouth-poweroff.service | 18 | ||||
-rw-r--r-- | units/plymouth-quit-wait.service | 15 | ||||
-rw-r--r-- | units/plymouth-quit.service | 15 | ||||
-rw-r--r-- | units/plymouth-read-write.service | 16 | ||||
-rw-r--r-- | units/plymouth-reboot.service | 18 | ||||
-rw-r--r-- | units/plymouth-start.service | 22 | ||||
-rw-r--r-- | units/systemd-ask-password-plymouth.path | 20 | ||||
-rw-r--r-- | units/systemd-ask-password-plymouth.service.in | 19 |
11 files changed, 0 insertions, 180 deletions
diff --git a/units/.gitignore b/units/.gitignore index dc5e1d47d3..eb2516d1b1 100644 --- a/units/.gitignore +++ b/units/.gitignore @@ -11,7 +11,6 @@ console-shell.service systemd-sysctl.service systemd-ask-password-console.service rescue.service -systemd-ask-password-plymouth.service systemd-ask-password-wall.service quotacheck.service fsck@.service diff --git a/units/plymouth-halt.service b/units/plymouth-halt.service deleted file mode 100644 index 5dca3cc622..0000000000 --- a/units/plymouth-halt.service +++ /dev/null @@ -1,18 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# 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] -Description=Show Plymouth Halt Screen -After=getty@tty1.service prefdm.service plymouth-start.service -Before=halt.service -DefaultDependencies=no -ConditionKernelCommandLine=!plymouth.enable=0 - -[Service] -ExecStart=/sbin/plymouthd --mode=shutdown -ExecStartPost=-/bin/plymouth --show-splash -Type=forking diff --git a/units/plymouth-kexec.service b/units/plymouth-kexec.service deleted file mode 100644 index 8c36b7583b..0000000000 --- a/units/plymouth-kexec.service +++ /dev/null @@ -1,18 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# 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] -Description=Show Plymouth Reboot with kexec Screen -After=getty@tty1.service prefdm.service plymouth-start.service -Before=kexec.service -DefaultDependencies=no -ConditionKernelCommandLine=!plymouth.enable=0 - -[Service] -ExecStart=/sbin/plymouthd --mode=shutdown -ExecStartPost=-/bin/plymouth --show-splash -Type=forking diff --git a/units/plymouth-poweroff.service b/units/plymouth-poweroff.service deleted file mode 100644 index e69033a8e3..0000000000 --- a/units/plymouth-poweroff.service +++ /dev/null @@ -1,18 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# 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] -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 -Type=forking diff --git a/units/plymouth-quit-wait.service b/units/plymouth-quit-wait.service deleted file mode 100644 index 3801c8828b..0000000000 --- a/units/plymouth-quit-wait.service +++ /dev/null @@ -1,15 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# 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] -Description=Wait for Plymouth Boot Screen to Quit -After=rc-local.service plymouth-start.service systemd-user-sessions.service - -[Service] -ExecStart=-/bin/plymouth --wait -Type=oneshot -TimeoutSec=20 diff --git a/units/plymouth-quit.service b/units/plymouth-quit.service deleted file mode 100644 index 8b4860f646..0000000000 --- a/units/plymouth-quit.service +++ /dev/null @@ -1,15 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# 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] -Description=Terminate Plymouth Boot Screen -After=rc-local.service plymouth-start.service systemd-user-sessions.service - -[Service] -ExecStart=-/bin/plymouth quit -Type=oneshot -TimeoutSec=20 diff --git a/units/plymouth-read-write.service b/units/plymouth-read-write.service deleted file mode 100644 index e8ef447b74..0000000000 --- a/units/plymouth-read-write.service +++ /dev/null @@ -1,16 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# 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] -Description=Tell Plymouth To Write Out Runtime Data -DefaultDependencies=no -After=local-fs.target -Before=sysinit.target - -[Service] -ExecStart=-/bin/plymouth update-root-fs --read-write -Type=oneshot diff --git a/units/plymouth-reboot.service b/units/plymouth-reboot.service deleted file mode 100644 index 5c52bc6ece..0000000000 --- a/units/plymouth-reboot.service +++ /dev/null @@ -1,18 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# 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] -Description=Show Plymouth Reboot Screen -After=getty@tty1.service prefdm.service plymouth-start.service -Before=reboot.service -DefaultDependencies=no -ConditionKernelCommandLine=!plymouth.enable=0 - -[Service] -ExecStart=/sbin/plymouthd --mode=shutdown -ExecStartPost=-/bin/plymouth --show-splash -Type=forking diff --git a/units/plymouth-start.service b/units/plymouth-start.service deleted file mode 100644 index 2e358aa9cd..0000000000 --- a/units/plymouth-start.service +++ /dev/null @@ -1,22 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# 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] -Description=Show Plymouth Boot Screen -DefaultDependencies=no -Wants=systemd-ask-password-plymouth.path -After=systemd-vconsole-setup.service systemd-udev-settle.service -Before=systemd-ask-password-plymouth.service - -# Dracut informs us with this flag file if plymouth is already running -ConditionPathExists=!/run/plymouth/pid -ConditionKernelCommandLine=!plymouth.enable=0 - -[Service] -ExecStart=/sbin/plymouthd --mode=boot --pid-file=/run/plymouth/pid -ExecStartPost=-/bin/plymouth --show-splash -Type=forking diff --git a/units/systemd-ask-password-plymouth.path b/units/systemd-ask-password-plymouth.path deleted file mode 100644 index 9320b4a4df..0000000000 --- a/units/systemd-ask-password-plymouth.path +++ /dev/null @@ -1,20 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# 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] -Description=Forward Password Requests to Plymouth Directory Watch -Documentation=http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents -DefaultDependencies=no -Conflicts=shutdown.target -After=plymouth-start.service -Before=basic.target shutdown.target -ConditionKernelCommandLine=!plymouth.enable=0 -ConditionPathExists=/run/plymouth/pid - -[Path] -DirectoryNotEmpty=/run/systemd/ask-password -MakeDirectory=yes diff --git a/units/systemd-ask-password-plymouth.service.in b/units/systemd-ask-password-plymouth.service.in deleted file mode 100644 index ea80bbd931..0000000000 --- a/units/systemd-ask-password-plymouth.service.in +++ /dev/null @@ -1,19 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# 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] -Description=Forward Password Requests to Plymouth -Documentation=http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents -DefaultDependencies=no -Conflicts=shutdown.target -After=plymouth-start.service -Before=shutdown.target -ConditionKernelCommandLine=!plymouth.enable=0 -ConditionPathExists=/run/plymouth/pid - -[Service] -ExecStart=@rootbindir@/systemd-tty-ask-password-agent --watch --plymouth |