Skip to content
Snippets Groups Projects
Commit a4c7dd66 authored by Jameson Rollins's avatar Jameson Rollins
Browse files

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=...
parent 3c314691
No related branches found
No related tags found
1 merge request!73DAQD systemd service updates
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment