mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-09 07:08:01 +02:00
Revert "systemd: add WantedBy snippets"
This reverts commit 7adb50c267.
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
This commit is contained in:
parent
40c2dd36c5
commit
2c65fc7c22
8 changed files with 0 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -12,5 +12,3 @@ ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
|
|||
Type=forking
|
||||
KillMode=none
|
||||
SendSIGKILL=no
|
||||
[Install]
|
||||
WantedBy=sysinit.target
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue