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