Sha256: 22e74e40d1b058cad3fb6c5583fc040367b76d9cb0e0a5caab627b1cbde3efd8

Contents?: true

Size: 561 Bytes

Versions: 1

Compression:

Stored size: 561 Bytes

Contents

[Unit]
Description=executo
Wants=redis-server.service
After=multi-user.target redis-server.service

[Service]
Type=simple
WorkingDirectory=/data/executo
ExecStart=/usr/local/bin/bundle exec sidekiq -r /data/executo/boot.rb -C /var/apps/our-project/config/sidekiq.yml
User=pi
Group=pi

# if we crash, restart
RestartSec=1
Restart=always

# Logs go to syslog
# View with "sudo journalctl -u executo"
StandardOutput=syslog
StandardError=syslog

# This will default to "bundler" if we don't specify it
SyslogIdentifier=executo

[Install]
WantedBy=multi-user.target

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
executo-0.3.12 support/executo.service