summaryrefslogtreecommitdiff
path: root/gitlab-server/usr/share/gitlab-install/systemd-units/gitlab-backup.service
blob: 967a65e3a3c8a31b3957e467b6a2d8dadcda8464 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=GitLab Backup Run
After=postgres.service

[Install]
WantedBy=gitlab.target

[Service]
ExecStart=/usr/share/gitlab-install/backup-gitlab
User=git
Group=git