Fix our growndisk implementation by moving it further within the boot proces

This commit is contained in:
j1nx 2021-03-04 20:47:27 +01:00
parent 2cc9d46752
commit 5a34716366
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
[Unit]
Description=Growdisk service to auto expand the rootfs partition
DefaultDependencies=no
Conflicts=shutdown.target
After=systemd-remount-fs.service
Before=sysinit.target shutdown.target
After=local-fs.target
Wants=local-fs.target
Before=shutdown.target
[Service]
Type=oneshot