mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Fix our growndisk implementation by moving it further within the boot proces
This commit is contained in:
@ -1,9 +1,9 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Growdisk service to auto expand the rootfs partition
|
Description=Growdisk service to auto expand the rootfs partition
|
||||||
DefaultDependencies=no
|
|
||||||
Conflicts=shutdown.target
|
Conflicts=shutdown.target
|
||||||
After=systemd-remount-fs.service
|
After=local-fs.target
|
||||||
Before=sysinit.target shutdown.target
|
Wants=local-fs.target
|
||||||
|
Before=shutdown.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
Reference in New Issue
Block a user