summarylogtreecommitdiffstats
path: root/riak.service
blob: 3740315f51a62b1693b2f50d4123af89c93aaa87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Distributed key/value store from Basho Technologies
After=network.target

[Service]
User=riak
Type=forking
ExecStart=/opt/riak/bin/riak start
ExecStop=/opt/riak/bin/riak stop
LimitNOFILE=65536

[Install]
WantedBy=multi-user.target