blob: 6dfc00e15f5284eeb6598a263286892d84d2b5bd [file] [log] [blame]
[Unit]
Description=MCTP configuration for i2c bus 3
After=mctpd.service
BindTo=mctpd.service
[Service]
Type=oneshot
ExecStart=/usr/bin/mctp link set mctpi2c3 up
ExecStart=/usr/bin/mctp addr add 8 dev mctpi2c3
ExecStart=/usr/bin/mctp neigh add 8 dev mctpi2c3 lladdr 0x10
RemainAfterExit=true
[Install]
WantedBy=mctpd.service