Skip to content
Snippets Groups Projects
  1. Nov 19, 2020
  2. Apr 10, 2020
    • Jameson Rollins's avatar
      DAQD systemd service updates · a4c7dd66
      Jameson Rollins authored
      * 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=...
      a4c7dd66
Loading