summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bigonville <bigon@bigon.be>2014-07-28 20:46:42 +0200
committerRay Strode <rstrode@redhat.com>2014-07-28 14:56:29 -0400
commit2c65fc7c2295cd07342bea08761b09c169594d4f (patch)
treee16f1eaff006588bac351463646813244f0643a2
parent40c2dd36c5da64919f69dd4f37de2ecf19f23058 (diff)
Revert "systemd: add WantedBy snippets"
This reverts commit 7adb50c267b1be18e11bd4c658274dbe590de485. The .service files are already statically enabled, adding the Install section and the WantedBy option is useless Conflicts: systemd-units/plymouth-quit-wait.service.in https://bugs.freedesktop.org/show_bug.cgi?id=80048
-rw-r--r--systemd-units/plymouth-halt.service.in3
-rw-r--r--systemd-units/plymouth-kexec.service.in3
-rw-r--r--systemd-units/plymouth-poweroff.service.in2
-rw-r--r--systemd-units/plymouth-quit-wait.service.in2
-rw-r--r--systemd-units/plymouth-quit.service.in2
-rw-r--r--systemd-units/plymouth-read-write.service.in2
-rw-r--r--systemd-units/plymouth-reboot.service.in2
-rw-r--r--systemd-units/plymouth-start.service.in2
8 files changed, 0 insertions, 18 deletions
diff --git a/systemd-units/plymouth-halt.service.in b/systemd-units/plymouth-halt.service.in
index fd27e101..59a1912b 100644
--- a/systemd-units/plymouth-halt.service.in
+++ b/systemd-units/plymouth-halt.service.in
@@ -9,6 +9,3 @@ ConditionKernelCommandLine=!plymouth.enable=0
ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=shutdown --attach-to-session
ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
Type=forking
-
-[Install]
-WantedBy=halt.target
diff --git a/systemd-units/plymouth-kexec.service.in b/systemd-units/plymouth-kexec.service.in
index 8aa661d9..5a390376 100644
--- a/systemd-units/plymouth-kexec.service.in
+++ b/systemd-units/plymouth-kexec.service.in
@@ -9,6 +9,3 @@ ConditionKernelCommandLine=!plymouth.enable=0
ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=shutdown --attach-to-session
ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
Type=forking
-
-[Install]
-WantedBy=kexec.target
diff --git a/systemd-units/plymouth-poweroff.service.in b/systemd-units/plymouth-poweroff.service.in
index 305ece6c..8ebaf76e 100644
--- a/systemd-units/plymouth-poweroff.service.in
+++ b/systemd-units/plymouth-poweroff.service.in
@@ -9,5 +9,3 @@ ConditionKernelCommandLine=!plymouth.enable=0
ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=shutdown --attach-to-session
ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
Type=forking
-[Install]
-WantedBy=poweroff.target
diff --git a/systemd-units/plymouth-quit-wait.service.in b/systemd-units/plymouth-quit-wait.service.in
index 89d90045..fbb235c7 100644
--- a/systemd-units/plymouth-quit-wait.service.in
+++ b/systemd-units/plymouth-quit-wait.service.in
@@ -6,5 +6,3 @@ After=rc-local.service plymouth-start.service systemd-user-sessions.service
ExecStart=-@PLYMOUTH_CLIENT_DIR@/plymouth --wait
Type=oneshot
TimeoutSec=0
-[Install]
-WantedBy=multi-user.target
diff --git a/systemd-units/plymouth-quit.service.in b/systemd-units/plymouth-quit.service.in
index 24c11bbc..cf9901ef 100644
--- a/systemd-units/plymouth-quit.service.in
+++ b/systemd-units/plymouth-quit.service.in
@@ -6,5 +6,3 @@ After=rc-local.service plymouth-start.service systemd-user-sessions.service
ExecStart=-@PLYMOUTH_CLIENT_DIR@/plymouth quit
Type=oneshot
TimeoutSec=20
-[Install]
-WantedBy=multi-user.target
diff --git a/systemd-units/plymouth-read-write.service.in b/systemd-units/plymouth-read-write.service.in
index 5abfc49c..55b975ea 100644
--- a/systemd-units/plymouth-read-write.service.in
+++ b/systemd-units/plymouth-read-write.service.in
@@ -8,5 +8,3 @@ ConditionPathExists=!/etc/initrd-release
[Service]
ExecStart=-@PLYMOUTH_CLIENT_DIR@/plymouth update-root-fs --read-write
Type=oneshot
-[Install]
-WantedBy=sysinit.target
diff --git a/systemd-units/plymouth-reboot.service.in b/systemd-units/plymouth-reboot.service.in
index ce568555..6d5309f5 100644
--- a/systemd-units/plymouth-reboot.service.in
+++ b/systemd-units/plymouth-reboot.service.in
@@ -9,5 +9,3 @@ ConditionKernelCommandLine=!plymouth.enable=0
ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=shutdown --attach-to-session
ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
Type=forking
-[Install]
-WantedBy=reboot.target
diff --git a/systemd-units/plymouth-start.service.in b/systemd-units/plymouth-start.service.in
index 0d5ff2a5..ddfb08fd 100644
--- a/systemd-units/plymouth-start.service.in
+++ b/systemd-units/plymouth-start.service.in
@@ -12,5 +12,3 @@ ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
Type=forking
KillMode=none
SendSIGKILL=no
-[Install]
-WantedBy=sysinit.target