15 lines
248 B
Desktop File
15 lines
248 B
Desktop File
[Unit]
|
|
Description=HassOS data resizing
|
|
DefaultDependencies=no
|
|
Before=mnt-data.mount
|
|
RefuseManualStart=true
|
|
RefuseManualStop=true
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/libexec/hassos-expand
|
|
RemainAfterExit=true
|
|
|
|
[Install]
|
|
WantedBy=local-fs.target
|