blob: 18fbca8ec99379094760c224fc0b6b3b37304bc8 [file] [log] [blame]
Konstantin Aladyshev19abd962023-02-09 12:21:32 +03001[Unit]
2Description=Transfer IP address to the FPGA
3BindsTo=sys-subsystem-net-devices-eth0.device
4After=sys-subsystem-net-devices-eth0.device
5
6[Service]
7Type=oneshot
8ExecStart=/usr/bin/ip-to-fpga.sh
9
10[Install]
11WantedBy=multi-user.target