github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/packager/templates/el/el8/broker.service (about)

     1  [Unit]
     2  Description=The Choria Orchestrator Network Broker
     3  After=network.target
     4  
     5  [Service]
     6  LimitNOFILE=51200
     7  User=root
     8  Group=root
     9  ExecStart={{cpkg_bindir}}/{{cpkg_name}} broker run --config={{cpkg_etcdir}}/broker.conf
    10  Restart=on-failure
    11  RestartSec=5s
    12  
    13  [Install]
    14  WantedBy=multi-user.target