The various distributed front end transport mechanisms (available in separate `advligorts-transport-*` packages) also include service units:
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
```shell
$ sudo systemctl enable--now rts-zmq_xmit.service
$ sudo systemctl enable--now rts-cps_xmit.service
```
On the data concentrator run:
```shell
$ sudo systemctl enable--now rts-cps_recv.service
```
```
## config for systemd services
## config for systemd services
The main advligorts config location is the `/etc/advligorts/env` environment file.
The main advligorts config location is the `/etc/advligorts/env` environment file. This defines environment variables that are picked up and used in the various systemd units.