summaryrefslogtreecommitdiff
path: root/gitlab-server/usr/share/gitlab-install/systemd-units/redis.service
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab-server/usr/share/gitlab-install/systemd-units/redis.service')
-rw-r--r--gitlab-server/usr/share/gitlab-install/systemd-units/redis.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/gitlab-server/usr/share/gitlab-install/systemd-units/redis.service b/gitlab-server/usr/share/gitlab-install/systemd-units/redis.service
deleted file mode 100644
index c936f8da..00000000
--- a/gitlab-server/usr/share/gitlab-install/systemd-units/redis.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Redis Server
-After=network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/redis-server
-ExecStop=/bin/kill -15 $MAINPID
-PIDFile=/var/run/redis.pid
-Restart=always
-
-[Install]
-WantedBy=multi-user.target