summarylogtreecommitdiffstats
path: root/rqlite.service
blob: e54833b78ac55dfa5ff68ec5e60ca2c67980ee1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=
After=network-online.target
Wants=network-online.target

[Service]
Type=simple
User=rqlite
Group=rqlite
ExecStart=/usr/bin/rqlited -node-id $(cat /etc/machine-id) -http-addr 0.0.0.0:4001 -raft-addr 0.0.0.0:4002 /run/rqlite
Restart=always
WorkingDirectory=/run/rqlite

[Install]
WantedBy=multi-user.target