We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b063a commit f75df62Copy full SHA for f75df62
rel/pkg/deb/debian/riak.riak.service
@@ -3,9 +3,9 @@ Description=Riak KV Database
3
4
[Service]
5
User=riak
6
-ExecStart=/usr/sbin/riak start
+ExecStart=/usr/sbin/riak foreground
7
ExecStop=/usr/sbin/riak stop
8
-Type=forking
+Type=simple
9
PIDFile=/run/riak/riak.pid
10
EnvironmentFile=-/etc/default/riak
11
RuntimeDirectory=riak
rel/pkg/rpm/riak.service
0 commit comments