Last active
March 15, 2016 04:36
-
-
Save hamano/eac01796c1f86deab6cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description = Riak | |
Wants=epmd.service | |
[Service] | |
Type = simple | |
ExecStart = /usr/local/riak/bin/riak console -noshell | |
ExecStop = /usr/local/riak/bin/riak stop | |
Restart = always | |
Environment = HOME=/home/riak | |
LimitNOFILE = 65536 | |
[Install] | |
WantedBy = multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment