1
1
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:
j1nx
2021-03-04 20:47:27 +01:00
parent 2cc9d46752
commit 5a34716366

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