memgraph/release/memgraph.service

13 lines
299 B
SYSTEMD
Raw Normal View History

[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