summarylogtreecommitdiffstats
path: root/gitlab-backup.service
diff options
context:
space:
mode:
authorCaleb Maclennan2020-02-10 12:51:06 +0300
committerCaleb Maclennan2020-02-10 12:53:28 +0300
commitf2bf35bba31590bb1a2c440e8af3ae5c50db27c4 (patch)
tree7a0d01d360a5f6b271dd2b6d9089e72909be85fd /gitlab-backup.service
parent6839f6eaa63f6d0de7b0f0f100e682dcdbbdb567 (diff)
downloadaur-f2bf35bba31590bb1a2c440e8af3ae5c50db27c4.tar.gz
Update to 12.7.5
Diffstat (limited to 'gitlab-backup.service')
-rw-r--r--gitlab-backup.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitlab-backup.service b/gitlab-backup.service
index 6ef4df33a099..3d30612fe4ba 100644
--- a/gitlab-backup.service
+++ b/gitlab-backup.service
@@ -10,11 +10,11 @@ Group=gitlab
SyslogIdentifier=gitlab-backup
WorkingDirectory=<DATADIR>
# Prevent ExecJS from complaining that Node is not installed in production
-Environment=RAILS_ENV=production PATH=/opt/ruby2.5/bin:/usr/bin EXECJS_RUNTIME=Disabled
+Environment=RAILS_ENV=production EXECJS_RUNTIME=Disabled
CapabilityBoundingSet=
PrivateTmp=true
PrivateDevices=true
ProtectSystem=full
ProtectHome=true
NoNewPrivileges=true
-ExecStart=/usr/bin/bundle-2.5 exec rake gitlab:backup:create
+ExecStart=/usr/bin/bundle exec rake gitlab:backup:create