Blame | Last modification | View Log | RSS feed
[Unit]Description=TCP socket server for binary transfers of waveforms on Red PitayaAfter=network.target[Service]Type=simpleRestart=always#PIDFile=/var/run/redpitaya_scpi.pid# TODO: it should be possible to use EnvironmentFile, but it is not working properly# complains about failing library path, or something else#EnvironmentFile=/etc/sysconfig/redpitayaEnvironment=PATH_REDPITAYA=/opt/redpitayaEnvironment=LD_LIBRARY_PATH=/opt/redpitaya/lib PATH=/sbin:/usr/sbin:/bin:/usr/bin:/opt/redpitaya/sbin:/opt/redpitaya/binExecStartPre=/bin/sh -c "cat /opt/redpitaya/fpga/fpga_0.94.bit > /dev/xdevcfg"#ExecStart =/opt/redpitaya/bin/socket-serverExecStart =/root/sockserv/sockserv#ExecReload=ExecStop =/bin/kill -15 $MAINPID[Install]WantedBy=multi-user.target