[Unit] Description=Setup can0 CAN bus After=network.target [Service] Type=oneshot ExecStart=sh -c 'ip link set can0 up type can bitrate 500000; \ ifconfig can0 txqueuelen 65536' [Install] WantedBy=multi-user.target