summarylogtreecommitdiffstats
path: root/dgraph.service
diff options
context:
space:
mode:
Diffstat (limited to 'dgraph.service')
-rw-r--r--dgraph.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/dgraph.service b/dgraph.service
deleted file mode 100644
index ad38f164698a..000000000000
--- a/dgraph.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Dgraph database
-Requires=dgraph-zero.service
-After=dgraph-zero.service
-
-[Service]
-ExecStart=/usr/bin/dgraph alpha -w /var/lib/dgraph/data/w -p /var/lib/dgraph/data/p --zero localhost:5080
-Restart=on-failure
-RestartSec=1
-
-[Install]
-WantedBy=multi-user.target
-