... | ... | @@ -52,9 +52,9 @@ $ sudo systemctl start rts-daqd.service |
|
|
$ sudo systemctl stop rts-daqd.service
|
|
|
```
|
|
|
|
|
|
### distributed front ends
|
|
|
### distributed front ends (not for cymacs)
|
|
|
|
|
|
The various distributed front end transport mechanisms (available in separate `advligorts-transport-*` packages) also include service units. The same package holds both the 'xmit' and 'recv' services and would be installed on both the front end and the data concentrator. On the front end, to enable and start the 'cps' transport sender:
|
|
|
For distributed systemcs (not cymacs), the various distributed front end transport mechanisms (available in separate `advligorts-transport-*` packages) also include service units. The same package holds both the 'xmit' and 'recv' services and would be installed on both the front end and the data concentrator. On the front end, to enable and start the 'cps' transport sender:
|
|
|
```shell
|
|
|
$ sudo systemctl enable --now rts-cps_xmit.service
|
|
|
```
|
... | ... | |