summarylogtreecommitdiffstats
path: root/pd.service
blob: e6acde5a539482efec80d0017c8b5838e62869b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Placement driver for TiKV
Documentation=https://github.com/pingcap/pd
After=network.target

[Service]
User=pd
ExecStart=/usr/bin/pd-server --config=/etc/pd/pd.toml
ExecReload=/bin/kill -SIGUSR1 $MAINPID
Restart=on-failure

[Install]
WantedBy=multi-user.target