Skip to content
Snippets Groups Projects
Commit 3582cf32 authored by Stefan Rakel's avatar Stefan Rakel
Browse files

Configure Can for 1Mbit/s

parent 26dcb47f
Branches
No related tags found
No related merge requests found
[Unit]
Description=can0 interface setup
[Service]
Type=simple
RemainAfterExit=yes
ExecStart=/sbin/ip link set can0 up type can bitrate 1000000
ExecStop=/sbin/ip link set can0 down
[Install]
WantedBy=basic.target
...@@ -10,6 +10,15 @@ local_path = "updater" ...@@ -10,6 +10,15 @@ local_path = "updater"
online_path = "bin/updater" online_path = "bin/updater"
permissions = 0o755 permissions = 0o755
################
#config files:
################
[entries.canConfig]
checksum = "cadc25e7eaa3e48ed9c8cf277c9301ea3381d213bed5f06a76405c30bebd2833"
local_path = "config/can0.service"
online_path = "/lib/systemd/system/can0.service"
permissions = 0o777
################ ################
#library files: #library files:
################ ################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment