mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-31 01:11:36 +08:00
14 lines
394 B
Desktop File
14 lines
394 B
Desktop File
[Unit]
|
|
Description=Gitlab Resque Worker
|
|
Requires=redis.service
|
|
After=redis.service
|
|
Wants=postfix.service mysqld.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
User=gitlab
|
|
WorkingDirectory=/home/gitlab/gitlab
|
|
ExecStart=/bin/sh -c "RAILS_ENV=production bundle exec rake sidekiq:start"
|
|
ExecStopPost=/bin/sh -c "RAILS_ENV=production bundle exec rake sidekiq:stop"
|
|
PIDFile=/home/gitlab/gitlab/tmp/pids/sidekiq.pid
|