mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-28 01:30:59 +01:00
15 lines
273 B
Desktop File
15 lines
273 B
Desktop File
[Unit]
|
|
Description=Growdisk service to auto expand the rootfs partition
|
|
Conflicts=shutdown.target
|
|
After=local-fs.target
|
|
Wants=local-fs.target
|
|
Before=shutdown.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/sbin/growdisk
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|