summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXuanwo2018-10-23 23:14:35 +0800
committerXuanwo2018-10-23 23:14:35 +0800
commit0ea24411f41017786373a6216c5e8b462af2d9cc (patch)
tree37b7987f4e8516dda99ea9673b84ef6881b4ab8d
parent618faa23a409b21c0ffed36912e2c092cb1e7569 (diff)
downloadaur-0ea24411f41017786373a6216c5e8b462af2d9cc.tar.gz
Start after tikv
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--tidb.service4
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2e0b3fc5ecd..137d43ef4e7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = tidb
source = tidb-tmpfiles.conf
source = tidb.toml
sha256sums = 68e24e9070014d8a36ec426b915da9c02646f2ea4d679d5bd96394631475d726
- sha256sums = bdc17656dcb014d1e03ba7fa40d587b0de93c5918d9c9fd86d3d1dc31a1a5365
+ sha256sums = 22318c19bb89ff5a0852df5186cc1496214cd49f2264192413a326d1e8c93dc9
sha256sums = 2b147d80985e714d5f861baf76591104c07058b9b6fa573bf0676d675cf8fc20
sha256sums = 30ce83fbec8f102c30e438282bb5b18c026d08480f2386d68f1116c12481bf66
sha256sums = 7161f9a31f06eecc200da49f8316bb9cc4dea15105b409c8030b9e864782e7b7
diff --git a/PKGBUILD b/PKGBUILD
index edb17e02a78a..e8e38e0ad29e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ source=(tidb-${pkgver}.tar.gz::https://github.com/pingcap/tidb/archive/v${pkgver
tidb-tmpfiles.conf
tidb.toml)
sha256sums=('68e24e9070014d8a36ec426b915da9c02646f2ea4d679d5bd96394631475d726'
- 'bdc17656dcb014d1e03ba7fa40d587b0de93c5918d9c9fd86d3d1dc31a1a5365'
+ '22318c19bb89ff5a0852df5186cc1496214cd49f2264192413a326d1e8c93dc9'
'2b147d80985e714d5f861baf76591104c07058b9b6fa573bf0676d675cf8fc20'
'30ce83fbec8f102c30e438282bb5b18c026d08480f2386d68f1116c12481bf66'
'7161f9a31f06eecc200da49f8316bb9cc4dea15105b409c8030b9e864782e7b7')
diff --git a/tidb.service b/tidb.service
index f36cc98aadb2..ec8fba4ec4f3 100644
--- a/tidb.service
+++ b/tidb.service
@@ -1,8 +1,8 @@
[Unit]
Description=TiDB is a distributed HTAP database compatible with the MySQL protocol
Documentation=https://github.com/pingcap/tidb
-Requires=pd.service
-After=pd.service network.target
+Requires=tikv.service
+After=tikv.service network.target
[Service]
User=tidb