mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-20 13:50:38 +01:00
16 lines
386 B
Desktop File
16 lines
386 B
Desktop File
[Unit]
|
|
Description=OpenVoiceOS home partition resizing
|
|
DefaultDependencies=no
|
|
Before=mnt-home.mount
|
|
RefuseManualStart=true
|
|
RefuseManualStop=true
|
|
Requires=dev-disk-by\x2dpartlabel-homefs.device
|
|
After=dev-disk-by\x2dpartlabel-homefs.device systemd-fsck@dev-disk-by\x2dpartlabel-homefs.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/libexec/ovos-expand
|
|
|
|
[Install]
|
|
WantedBy=local-fs.target
|