Skip to content

Commit 85fd745

Browse files
committed
migrator: add explicit dependency on /var/lib/bottlerocket
- Migrator depends on /var/lib/bottlerocket/, previously it was the mount point to PRIVATE partition, now that /.bottlerocket is the mount point and /var/lib/bottlerocket became the bind mount, the explicit dependency would be necessary. Signed-off-by: Yutong Sun <[email protected]>
1 parent 69e63cf commit 85fd745

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/os/migrator.service

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[Unit]
22
Description=Bottlerocket data store migrator
3+
DefaultDependencies=no
34
Before=apiserver.service mark-successful-boot.service storewolf.service
5+
RequiresMountsFor=/var/lib/bottlerocket
46

57
RefuseManualStart=true
68
RefuseManualStop=true

0 commit comments

Comments
 (0)