DAQD systemd service updates
-
Use advligorts user for all services
-
Move all transport to a single template service, e.g.:
rts-transport@cps_xmit.service rts-transport@dix_recv.service
This eases management, since they're all usign the same config.
-
Source environment for command line arguments from:
/etc/advligorts/systemd_env
and additionally for transport and local_dc
/etc/advligorts/systemd_env_%H
These are systemd env files (see systemd.exec(5)), not shell, and command line arguments should be specified in LOWER CASE variables, e.g.:
local_dc_args=... cps_xmit_args=... dix_recv_args=... standalone_edc_args=...