diff --git a/scripts/systemd/etc/systemd/system/bpm-sw-board@.service b/scripts/systemd/etc/systemd/system/bpm-sw-board@.service index 5689b141c49f62733ab2156d4cf22cadf7f22598..34d9c9b01db07a7c19f42adac4e77fd11a3de94f 100755 --- a/scripts/systemd/etc/systemd/system/bpm-sw-board@.service +++ b/scripts/systemd/etc/systemd/system/bpm-sw-board@.service @@ -5,12 +5,12 @@ Wants=network-online.target After=media-remote_logs.mount Requires=media-remote_logs.mount BindsTo=dev-fpga-%i.device -After=dev-fpga-%i.device +After=dev-fpga-%i.device [Service] EnvironmentFile=/etc/sysconfig/bpm-sw-board #ExecStart=/usr/local/bin/dev_mngr -f /usr/local/etc/bpm_sw/bpm_sw.cfg -ExecStart=/usr/local/bin/dev_io -f /usr/local/etc/bpm_sw/bpm_sw.cfg -n be -t pcie -i %i -e /dev/fpga/%i -s 0 -b tcp://127.0.0.1:8978 -l /media/remote_logs +ExecStart=/usr/local/bin/ebpm -f /usr/local/etc/bpm_sw/bpm_sw.cfg -n be -t pcie -i %i -e /dev/fpga/%i -s 0 -b tcp://127.0.0.1:8978 -l /media/remote_logs WorkingDirectory=/usr/local/bin #[Install]