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

     1  [Unit]
     2  Description=dgraph.io data server
     3  Wants=network.target
     4  After=network.target dgraph-zero.service
     5  Requires=dgraph-zero.service
     6  
     7  [Service]
     8  Type=simple
     9  ExecStart=/usr/local/bin/dgraph alpha --lru_mb 2048 -p /var/run/dgraph/p -w /var/run/dgraph/w
    10  StandardOutput=journal
    11  StandardError=journal
    12  User=dgraph
    13  Group=dgraph
    14  
    15  [Install]
    16  WantedBy=multi-user.target