summarylogtreecommitdiffstats
path: root/dgraph-ratel.service
diff options
context:
space:
mode:
authorKyle Westhaus2021-05-24 07:01:54 -0700
committerKyle Westhaus2021-05-24 07:14:42 -0700
commit137b495a0c5cf5b650f81113843363470f4a57eb (patch)
treec4da6f92aa74c72437698e4d0066160e4cd07db5 /dgraph-ratel.service
parent52c0411c763ca6016891abfa0f08a2b2ad8f4473 (diff)
downloadaur-137b495a0c5cf5b650f81113843363470f4a57eb.tar.gz
Switch to using upstream systemd service files
Diffstat (limited to 'dgraph-ratel.service')
-rw-r--r--dgraph-ratel.service15
1 files changed, 0 insertions, 15 deletions
diff --git a/dgraph-ratel.service b/dgraph-ratel.service
deleted file mode 100644
index 6e4cd469e3e4..000000000000
--- a/dgraph-ratel.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=Dgraph database UI
-Requires=dgraph-zero.service
-Requires=dgraph.service
-After=dgraph-zero.service
-After=dgraph.service
-
-[Service]
-ExecStart=/usr/bin/dgraph-ratel
-Restart=on-failure
-RestartSec=1
-
-[Install]
-WantedBy=multi-user.target
-