summaryrefslogtreecommitdiff
path: root/meta-amd/meta-ethanolx/recipes-amd/amd-fpga/files/ip-to-fpga.service
blob: 2d12c68b85c55c187693b80bc0370fa654d69abd (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Transfer IP address to the FPGA
BindsTo=sys-subsystem-net-devices-eth0.device
After=sys-subsystem-net-devices-eth0.device

[Service]
Type=simple
ExecStart=/usr/bin/ip-to-fpga.sh

[Install]
WantedBy=multi-user.target