mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-01 06:02:23 +01:00
Finish expander
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Hassio data resizing
|
||||
DefaultDependencies=no
|
||||
Before=mnt-data.mount
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=-/sbin/hassio-expand
|
||||
RemainAfterExit=true
|
||||
|
||||
[Install]
|
||||
WantedBy=local-fs-pre.target
|
||||
@@ -1,6 +1,7 @@
|
||||
[Unit]
|
||||
Description=Hassio data partition
|
||||
DefaultDependencies=no
|
||||
After=hassio-expand.service
|
||||
Before=umount.target
|
||||
Conflicts=umount.target
|
||||
|
||||
|
||||
Reference in New Issue
Block a user