mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-29 10:11:40 +01:00
6a59dcb1e1
This is temporarily till we switch to A/B mirrored rootfs and data-overlay for all writable mounts.
15 lines
300 B
Desktop File
15 lines
300 B
Desktop File
[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
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/sbin/growdisk
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|