18 lines
381 B
Desktop File
18 lines
381 B
Desktop File
[Unit]
|
|
Description=GNSS init service
|
|
After=v2x-ieee802.11p.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
|
|
ExecStartPre=/bin/sh -c "echo 0 > /sys/class/leds/gnss_rst/brightness"
|
|
ExecStart=/usr/bin/echo start
|
|
ExecStop=/usr/bin/echo stop
|
|
ExecStopPost=/bin/sh -c "echo 0 > /sys/class/leds/gnss_rst/brightness"
|
|
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
RequiredBy=multi-user.target
|