github.com/unigraph-dev/dgraph@v1.1.1-0.20200923154953-8b52b426f765/contrib/systemd/centos/dgraph-ui.service (about)

     1  [Unit]
     2  Description=dgraph.io UI server
     3  Wants=network.target
     4  After=network.target
     5  
     6  [Service]
     7  Type=simple
     8  ExecStart=/usr/local/bin/dgraph-ratel
     9  StandardOutput=journal
    10  StandardError=journal
    11  User=dgraph
    12  Group=dgraph
    13  
    14  [Install]
    15  WantedBy=multi-user.target