summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/kuksa-val/can-dev-helper/can-dev-helper.service
blob: cc3b629a7942ea2267ee21c1516b329960ebef93 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=CAN interface helper
Before=kuksa-can-provider.service

[Service]
ExecStart=/usr/sbin/can-dev-helper.sh
Type=oneshot

[Install]
WantedBy=multi-user.target