mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
19 lines
417 B
Desktop File
19 lines
417 B
Desktop File
[Unit]
|
|
Description=GitLab Backup process
|
|
Requires=
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=gitlab
|
|
Group=gitlab
|
|
SyslogIdentifier=gitlab-backup
|
|
WorkingDirectory=<DATADIR>
|
|
Environment=RAILS_ENV=production PATH=/opt/ruby/bin:/usr/bin
|
|
CapabilityBoundingSet=
|
|
PrivateTmp=true
|
|
PrivateDevices=true
|
|
ProtectSystem=full
|
|
ProtectHome=true
|
|
NoNewPrivileges=true
|
|
ExecStart=/usr/bin/bundle-2.3 exec rake gitlab:backup:create
|