blob: 2d12c68b85c55c187693b80bc0370fa654d69abd [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]
Konstantin Aladyshev65bf0ee2023-04-12 12:19:32 +03007Type=simple
Konstantin Aladyshev19abd962023-02-09 12:21:32 +03008ExecStart=/usr/bin/ip-to-fpga.sh
9
10[Install]
11WantedBy=multi-user.target