9 lines
184 B
Desktop File
9 lines
184 B
Desktop File
[Unit]
|
|
Description=Prepare the versioned VESC read profile
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/python3 -I -B /usr/lib/mission-core-vesc/prepare.py
|
|
TimeoutStartSec=90
|
|
UMask=0022
|