9cacf970cc
Reviewers: mferencevic Reviewed By: mferencevic Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1076
13 lines
299 B
Desktop File
13 lines
299 B
Desktop File
[Unit]
|
|
Description=Memgraph: High performance, in-memory, transactional graph database
|
|
|
|
[Service]
|
|
User=memgraph
|
|
Group=memgraph
|
|
ExecStart=/usr/lib/memgraph/memgraph
|
|
# Uncomment this if Memgraph needs more time to write the snapshot on exit.
|
|
#TimeoutStopSec=5min
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|