Skip to content

Instantly share code, notes, and snippets.

@mbroadst
Created February 1, 2017 22:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbroadst/3b6052b01a04553198e898c7469c7273 to your computer and use it in GitHub Desktop.
Save mbroadst/3b6052b01a04553198e898c7469c7273 to your computer and use it in GitHub Desktop.
[Unit]
Description=RethinkDB database server for instance '%i'
[Service]
User=rethinkdb
Group=rethinkdb
ExecStart=/usr/bin/rethinkdb serve --config-file /etc/rethinkdb/instances.d/%i.conf
KillMode=process
PrivateTmp=true
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment