summaryrefslogtreecommitdiff
path: root/gitlab-server/usr/share/gitlab-install/systemd-units/gitlab-backup.service
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab-server/usr/share/gitlab-install/systemd-units/gitlab-backup.service')
-rw-r--r--gitlab-server/usr/share/gitlab-install/systemd-units/gitlab-backup.service11
1 files changed, 0 insertions, 11 deletions
diff --git a/gitlab-server/usr/share/gitlab-install/systemd-units/gitlab-backup.service b/gitlab-server/usr/share/gitlab-install/systemd-units/gitlab-backup.service
deleted file mode 100644
index 8672c36d..00000000
--- a/gitlab-server/usr/share/gitlab-install/systemd-units/gitlab-backup.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=GitLab Backup Run
-After=postgres.service
-
-[Install]
-WantedBy=gitlab.target
-
-[Service]
-ExecStart=/usr/share/gitlab-install/backup-gitlab
-User=postgres
-Group=postgres