12 lines
235 B
Desktop File
12 lines
235 B
Desktop File
[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
|