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

Version Path
pixelforce_kit-0.9 lib/pixelforce_kit/recipes/templates/sidekiq_systemd.erb
pixelforce_kit-4.0.2 lib/pixelforce_kit/recipes/templates/sidekiq_systemd.erb
pixelforce-kit-4.0.2 lib/pixelforce_kit/recipes/templates/sidekiq_systemd.erb
pixelforce_recipes-4.0 lib/recipes/templates/sidekiq_systemd.erb
pixelforce_recipes-3.9.2 lib/pixelforce_recipes/templates/sidekiq_systemd.erb
pixelforce_recipes-3.9.1 lib/pixelforce_recipes/templates/sidekiq_systemd.erb
pixelforce_recipes-3.9 lib/pixelforce_recipes/templates/sidekiq_systemd.erb
pixelforce_recipes-3.8 lib/pixelforce_recipes/templates/sidekiq_systemd.erb
pixelforce_recipes-3.7 lib/pixelforce_recipes/templates/sidekiq_systemd.erb
pixelforce_recipes-3.6 lib/pixelforce_recipes/templates/sidekiq_systemd.erb
pixelforce_recipes-3.5 lib/pixelforce_recipes/templates/sidekiq_systemd.erb
pixelforce_recipes-3.4 lib/pixelforce_recipes/templates/sidekiq_systemd.erb
pixelforce_recipes-3.3 lib/pixelforce_recipes/templates/sidekiq_systemd.erb
pixelforce_recipes-3.2 lib/pixelforce_recipes/templates/sidekiq_systemd.erb
pixelforce_recipes-3.1 lib/pixelforce_recipes/templates/sidekiq_systemd.erb
pixelforce_recipes-3.0 lib/pixelforce_recipes/templates/sidekiq_systemd.erb