systemd.j2 222 B

12345678910
  1. [Unit]
  2. Description=gluon-collector
  3. [Service]
  4. ExecStart={{gluon_collector_base_path}}/gluon-collector -config /etc/gluon-collector.yaml
  5. Restart=on-failure
  6. User={{gluon_collector_user}}
  7. [Install]
  8. WantedBy=multi-user.target