mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-09 08:42:03 +08:00
13 lines
190 B
Desktop File
13 lines
190 B
Desktop File
[Unit]
|
|
Description=Setup rootfs
|
|
After=data.mount
|
|
Before=local-fs.target
|
|
DefaultDependencies=no
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/comma/fs_setup.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|