* Allow easy move data partition * Cleanup handling systemd * Improve handling * fix pipeline * pipeline * fix shell handling * fix scripts * Add bin folder * fix lint * Fix service handling * Fix loading * hide output * Fix handling
16 lines
328 B
Desktop File
16 lines
328 B
Desktop File
[Unit]
|
|
Description=HassOS data resizing
|
|
DefaultDependencies=no
|
|
Before=mnt-data.mount
|
|
RefuseManualStart=true
|
|
RefuseManualStop=true
|
|
Requires=dev-disk-by\x2dlabel-hassos\x2ddata.device
|
|
After=dev-disk-by\x2dlabel-hassos\x2ddata.device
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/libexec/hassos-expand
|
|
|
|
[Install]
|
|
WantedBy=local-fs.target
|