]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
ply-systemd-units: Drop attach-session in systemd-units to avoid
authorZhaoQiang <zhaoqiang@gnome.org>
Tue, 13 Aug 2019 09:39:10 +0000 (17:39 +0800)
committerZhaoQiang <zhaoqiang@gnome.org>
Tue, 13 Aug 2019 09:44:36 +0000 (17:44 +0800)
the failure of unmounting separate /var during poweroff.

systemd-units/plymouth-halt.service.in
systemd-units/plymouth-kexec.service.in
systemd-units/plymouth-poweroff.service.in
systemd-units/plymouth-reboot.service.in

index 38ae98ce674b1d5ee3df2eff1933db18109fba53..a856e1442280440e343b060d20c7534b6d416209 100644 (file)
@@ -7,6 +7,6 @@ ConditionKernelCommandLine=!plymouth.enable=0
 ConditionVirtualization=!container
 
 [Service]
-ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=shutdown --attach-to-session
+ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=shutdown
 ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
 Type=forking
index bed5eb7914f24ab9f36a1aebef396441f6f8fdbf..26a26691dd37ca75dda6f16360e149e36ade202f 100644 (file)
@@ -7,6 +7,6 @@ ConditionKernelCommandLine=!plymouth.enable=0
 ConditionVirtualization=!container
 
 [Service]
-ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=shutdown --attach-to-session
+ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=shutdown
 ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
 Type=forking
index 7891e97d221ee5b4947b3b0e403e7d32ed0110c3..986e946671e4f0e1a42d29cb9320e162df75c421 100644 (file)
@@ -7,6 +7,6 @@ ConditionKernelCommandLine=!plymouth.enable=0
 ConditionVirtualization=!container
 
 [Service]
-ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=shutdown --attach-to-session
+ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=shutdown
 ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
 Type=forking
index 147f8248db06872ec45e4b1328d06f0007b321e4..65f12e37e623d3d6facdf57cd1aa3397f6ab8088 100644 (file)
@@ -7,6 +7,6 @@ ConditionKernelCommandLine=!plymouth.enable=0
 ConditionVirtualization=!container
 
 [Service]
-ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=reboot --attach-to-session
+ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=reboot
 ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
 Type=forking