summaryrefslogtreecommitdiff
path: root/units/fedora
diff options
context:
space:
mode:
authorJeff Mahoney <jeffm@suse.com>2011-02-08 18:47:32 +0100
committerKay Sievers <kay.sievers@vrfy.org>2011-02-08 18:47:32 +0100
commitcd3f8b7ddb052ab5e4eab420968bae689db3899a (patch)
tree1e5b154fadf64cc60c437bbf65df78ffafdfbb17 /units/fedora
parent022ef2064f4b1bf0222341c6912680e52a4ec10d (diff)
plymouth: move plymouth out of TARGET_FEDORA
Diffstat (limited to 'units/fedora')
-rw-r--r--units/fedora/plymouth-halt.service18
-rw-r--r--units/fedora/plymouth-kexec.service18
-rw-r--r--units/fedora/plymouth-poweroff.service18
-rw-r--r--units/fedora/plymouth-quit.service15
-rw-r--r--units/fedora/plymouth-read-write.service16
-rw-r--r--units/fedora/plymouth-reboot.service18
-rw-r--r--units/fedora/plymouth-start.service18
7 files changed, 0 insertions, 121 deletions
diff --git a/units/fedora/plymouth-halt.service b/units/fedora/plymouth-halt.service
deleted file mode 100644
index fa1a20a46d..0000000000
--- a/units/fedora/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 General Public License as published by
-# the Free Software Foundation; either version 2 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
-
-[Service]
-ExecStart=/sbin/plymouthd --mode=shutdown
-ExecStartPost=-/bin/plymouth --show-splash
-ExecStartPost=-/bin/plymouth message '--text=Halting...'
-Type=forking
diff --git a/units/fedora/plymouth-kexec.service b/units/fedora/plymouth-kexec.service
deleted file mode 100644
index 61c6376a73..0000000000
--- a/units/fedora/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 General Public License as published by
-# the Free Software Foundation; either version 2 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
-
-[Service]
-ExecStart=/sbin/plymouthd --mode=shutdown
-ExecStartPost=-/bin/plymouth --show-splash
-ExecStartPost=-/bin/plymouth message '--text=Rebooting with kexec...'
-Type=forking
diff --git a/units/fedora/plymouth-poweroff.service b/units/fedora/plymouth-poweroff.service
deleted file mode 100644
index c1eebb5ac2..0000000000
--- a/units/fedora/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 General Public License as published by
-# the Free Software Foundation; either version 2 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
-
-[Service]
-ExecStart=/sbin/plymouthd --mode=shutdown
-ExecStartPost=-/bin/plymouth --show-splash
-ExecStartPost=-/bin/plymouth message '--text=Powering Off...'
-Type=forking
diff --git a/units/fedora/plymouth-quit.service b/units/fedora/plymouth-quit.service
deleted file mode 100644
index 6310eff495..0000000000
--- a/units/fedora/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 General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-
-[Unit]
-Description=Terminate Plymouth Boot Screen
-Before=getty@tty1.service
-After=dev-tty1.device rc-local.service plymouth-start.service
-
-[Service]
-ExecStart=-/bin/plymouth quit
-Type=oneshot
diff --git a/units/fedora/plymouth-read-write.service b/units/fedora/plymouth-read-write.service
deleted file mode 100644
index 09fbf7d4c4..0000000000
--- a/units/fedora/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 General Public License as published by
-# the Free Software Foundation; either version 2 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/fedora/plymouth-reboot.service b/units/fedora/plymouth-reboot.service
deleted file mode 100644
index 974db31d61..0000000000
--- a/units/fedora/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 General Public License as published by
-# the Free Software Foundation; either version 2 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
-
-[Service]
-ExecStart=/sbin/plymouthd --mode=shutdown
-ExecStartPost=-/bin/plymouth --show-splash
-ExecStartPost=-/bin/plymouth message '--text=Rebooting...'
-Type=forking
diff --git a/units/fedora/plymouth-start.service b/units/fedora/plymouth-start.service
deleted file mode 100644
index 61cb82cde4..0000000000
--- a/units/fedora/plymouth-start.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 General Public License as published by
-# the Free Software Foundation; either version 2 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 udev-settle.service
-Before=systemd-ask-password-plymouth.service
-
-[Service]
-ExecStart=/sbin/plymouthd --mode=boot
-ExecStartPost=-/bin/plymouth --show-splash
-Type=forking