summarylogtreecommitdiffstats
path: root/orientdb.service
blob: 30a7142b86c142bd7b485574813321997c9f5a91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Service config for OrientDB version 1.7-rc1
#
[Unit]
Description=OrientDB The Graph-Document NoSQL - Community Edition

[Service]
Type=simple
User=orient
ExecStart=/opt/orientdb/bin/server.sh
ExecStop=/opt/orientdb/bin/shutdown.sh

[Install]
WantedBy=multi-user.target