aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/udev/usb-can-udev-conf/slcand@.service
blob: 3c30e51b0fc8e2cd17149773fe58db84a9d9a89f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Serial CAN daemon (can-utils)
BindsTo=dev-%i.device
After=dev-%i.device

[Service]
Type=forking
StopWhenUnneeded=yes
Environment=SLCAND_OPTS="-o -c -s6" SLCAND_DEV=can0
EnvironmentFile=-/etc/default/slcand
EnvironmentFile=-/etc/sysconfig/slcand
ExecStart=/usr/bin/slcand $SLCAND_OPTS %I $SLCAND_DEV
ExecStartPost=/bin/sh -c '/bin/sleep 3; /sbin/ip link set $SLCAND_DEV up'