github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/packager/templates/debian/generic/server.service (about)

     1  [Unit]
     2  Description=The Choria Orchestrator Server
     3  After=network.target
     4  
     5  [Service]
     6  User=root
     7  Group=root
     8  ExecStart={{cpkg_bindir}}/{{cpkg_name}} server --config={{cpkg_etcdir}}/server.conf
     9  KillMode=process
    10  
    11  [Install]
    12  WantedBy=multi-user.target