mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-15 18:52:02 +01:00
15 lines
300 B
SYSTEMD
15 lines
300 B
SYSTEMD
|
[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
|