* 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
18 lines
440 B
Desktop File
18 lines
440 B
Desktop File
[Unit]
|
|
Description=HassOS data partition
|
|
DefaultDependencies=no
|
|
RefuseManualStart=true
|
|
RefuseManualStop=true
|
|
Requires=mnt-overlay.mount dev-disk-by\x2dlabel-hassos\x2ddata.device
|
|
Wants=hassos-expand.service
|
|
After=mnt-overlay.mount dev-disk-by\x2dlabel-hassos\x2ddata.device
|
|
Before=hassos-expand.service
|
|
ConditionPathExists=/mnt/overlay/data.opt
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/libexec/hassos-data
|
|
|
|
[Install]
|
|
WantedBy=local-fs.target
|