* [PATCH] expand-on-first-boot: Remove ExitType
@ 2022-08-02 14:20 Tobias Schmidl
2022-08-10 11:35 ` Anton Mikanovich
0 siblings, 1 reply; 2+ messages in thread
From: Tobias Schmidl @ 2022-08-02 14:20 UTC (permalink / raw)
To: isar-users; +Cc: Tobias Schmidl
Commit 8d8bdb3 showed difficulties when used with systemd 250 as present
in bullseye-backports. As `ExitType=cgroup` seems to be the default
behavior for `Type=oneshot`, we can just omit the ExitType.
Signed-off-by: Tobias Schmidl <tobiasschmidl@siemens.com>
---
.../expand-on-first-boot/files/expand-on-first-boot.service | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta/recipes-support/expand-on-first-boot/files/expand-on-first-boot.service b/meta/recipes-support/expand-on-first-boot/files/expand-on-first-boot.service
index 8961e6f..fda5001 100644
--- a/meta/recipes-support/expand-on-first-boot/files/expand-on-first-boot.service
+++ b/meta/recipes-support/expand-on-first-boot/files/expand-on-first-boot.service
@@ -13,7 +13,6 @@ ConditionPathIsReadWrite=/etc
[Service]
Type=oneshot
-ExitType=cgroup
ExecStart=/usr/share/expand-on-first-boot/expand-last-partition.sh
ExecStartPost=-/bin/systemctl disable expand-on-first-boot.service
--
2.36.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-10 11:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-02 14:20 [PATCH] expand-on-first-boot: Remove ExitType Tobias Schmidl
2022-08-10 11:35 ` Anton Mikanovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox