| Konstantin Aladyshev | 19abd96 | 2023-02-09 12:21:32 +0300 | [diff] [blame] | 1 | [Unit] | 
| 2 | Description=Transfer IP address to the FPGA | ||||
| 3 | BindsTo=sys-subsystem-net-devices-eth0.device | ||||
| 4 | After=sys-subsystem-net-devices-eth0.device | ||||
| 5 | |||||
| 6 | [Service] | ||||
| 7 | Type=oneshot | ||||
| 8 | ExecStart=/usr/bin/ip-to-fpga.sh | ||||
| 9 | |||||
| 10 | [Install] | ||||
| 11 | WantedBy=multi-user.target | ||||