... | @@ -12,7 +12,7 @@ Make sure the host entry for the front end hostname gives the real ip address an |
... | @@ -12,7 +12,7 @@ Make sure the host entry for the front end hostname gives the real ip address an |
|
|
|
|
|
## add local_dc args
|
|
## add local_dc args
|
|
|
|
|
|
edit ```/etc/advligorts/systemd_env``` and add this line, but replace ```c1iopcymac1``` with your iop model name. Replace ```c1testcymac1``` with a user model name, or delete it if no user model. You can add more user models separated by spaces.
|
|
edit ```/etc/advligorts/systemd_env``` and add this line, but change the path to match site and ifo, and replace ```c1iopcymac1``` with your iop model name. Replace ```c1testcymac1``` with a user model name, or delete it if no user model. You can add more user models separated by spaces.
|
|
|
|
|
|
```
|
|
```
|
|
local_dc_args="-b local_dc -s 'c1iopcymac1 c1testcymac1' -d /opt/rtcds/tst/c1/target/gds/param"
|
|
local_dc_args="-b local_dc -s 'c1iopcymac1 c1testcymac1' -d /opt/rtcds/tst/c1/target/gds/param"
|
... | @@ -22,6 +22,12 @@ when adding new models, this line needs to be updated or data from the new model |
... | @@ -22,6 +22,12 @@ when adding new models, this line needs to be updated or data from the new model |
|
|
|
|
|
## enable local_dc
|
|
## enable local_dc
|
|
|
|
|
|
|
|
make a new directory for systemd files for local_dc:
|
|
|
|
|
|
|
|
```
|
|
|
|
sudo mkdir -p /etc/systemd/system/rts-local_dc.service.d
|
|
|
|
```
|
|
|
|
|
|
create the file ```/etc/systemd/system/rts-local_dc.service.d/wanted.conf``` with contents:
|
|
create the file ```/etc/systemd/system/rts-local_dc.service.d/wanted.conf``` with contents:
|
|
|
|
|
|
```
|
|
```
|
... | | ... | |