Skip to content

Instantly share code, notes, and snippets.

View freakinhuge's full-sized avatar

Jacob Roberts freakinhuge

View GitHub Profile
@reabiliti
reabiliti / sidekiq.service
Last active April 14, 2022 18:27 — forked from mkhuda/sidekiq.service
Sidekiq service auto start for Ubuntu 18.04 using Systemd
#
# Sidekiq auto start using systemd unit file for Ubuntu 18.04
#
# Put this in /lib/systemd/system (Ubuntu).
# Run:
# 1. systemctl enable sidekiq (to enable sidekiq service)
# 2. systemctl {start,stop,restart} sidekiq (to start sidekiq service)
#
# This file corresponds to a single Sidekiq process. Add multiple copies
# to run multiple processes (sidekiq-1, sidekiq-2, etc).