mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Fix requirements
This commit is contained in:
parent
96e7ceeb0d
commit
4f6fe53271
@ -1,7 +1,7 @@
|
||||
[Unit]
|
||||
Description=Docker persistent data
|
||||
Requires=mnt-data.mount
|
||||
After=mnt-data.mount
|
||||
Requires=mnt-data.mount systemd-tmpfiles-setup.service
|
||||
After=mnt-data.mount systemd-tmpfiles-setup.service
|
||||
Before=docker.service
|
||||
|
||||
[Mount]
|
||||
|
@ -1,8 +1,8 @@
|
||||
[Unit]
|
||||
Description=Systemd persistent state
|
||||
DefaultDependencies=no
|
||||
Requires=mnt-overlay.mount
|
||||
After=mnt-overlay.mount
|
||||
Requires=mnt-overlay.mount systemd-tmpfiles-setup.service
|
||||
After=mnt-overlay.mount systemd-tmpfiles-setup.service
|
||||
Before=umount.target
|
||||
Conflicts=umount.target
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user