Sha256: 1fd79f1f968d1f6b67bf5543693d2053eba116bb04a95ec754b1c9c727738968
Contents?: true
Size: 439 Bytes
Versions: 16
Compression:
Stored size: 439 Bytes
Contents
[Unit] Description=Sidekiq Background Process After=syslog.target network.target [Service] Type=simple User=<%= fetch(:user) %> WorkingDirectory=<%= fetch(:deploy_to) %>/current # Helpful for debugging socket activation, etc. Environment=MALLOC_ARENA_MAX=2 ExecStart=/bin/bash -l -c 'bundle exec sidekiq -L <%= fetch(:deploy_to) %>/shared/log/sidekiq.log -e <%= fetch(:rails_env) %>' Restart=always [Install] WantedBy=multi-user.target
Version data entries
16 entries across 16 versions & 3 rubygems