]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Revert "systemd: add WantedBy snippets"
authorLaurent Bigonville <bigon@bigon.be>
Mon, 28 Jul 2014 18:46:42 +0000 (20:46 +0200)
committerRay Strode <rstrode@redhat.com>
Mon, 28 Jul 2014 18:56:29 +0000 (14:56 -0400)
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

systemd-units/plymouth-halt.service.in
systemd-units/plymouth-kexec.service.in
systemd-units/plymouth-poweroff.service.in
systemd-units/plymouth-quit-wait.service.in
systemd-units/plymouth-quit.service.in
systemd-units/plymouth-read-write.service.in
systemd-units/plymouth-reboot.service.in
systemd-units/plymouth-start.service.in

index fd27e1013644287e338f18227ec369791841fa87..59a1912b51b82d08ab007a1e84dcc92692decd7b 100644 (file)
@@ -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
index 8aa661d91849d84f8f09cea67c607cb4cc63c30b..5a390376c894978ab56f6a67f277fedbafc3f447 100644 (file)
@@ -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
index 305ece6cbc0a0487752832ae22ea901e8a8825eb..8ebaf76e187854f81fb8f7663380d1e659dede4a 100644 (file)
@@ -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
index 89d90045456b61eae42237e20b8717bfa52a43cf..fbb235c7addada93111b46b35a7e110d2ee88b7c 100644 (file)
@@ -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
index 24c11bbcb07a0166dc324d82e03ed19ab2d4c071..cf9901ef5342e5cddefdee9839fab9467cfcafad 100644 (file)
@@ -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
index 5abfc49c7f736bcf33c5d550d526e5c55937ec50..55b975eaffd9debd76d71bfbab6dc332aaaf28c9 100644 (file)
@@ -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
index ce56855546c6656973d554be8acbb73875db9d0a..6d5309f5bc852d21bd165b28ba1a3579451b91ce 100644 (file)
@@ -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
index 0d5ff2a5195c9442551e7160fa7e32f62d2d3e89..ddfb08fdc68f70ccbf0e4c982abc4558cee26e9e 100644 (file)
@@ -12,5 +12,3 @@ ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
 Type=forking
 KillMode=none
 SendSIGKILL=no
-[Install]
-WantedBy=sysinit.target