Skip to content
Snippets Groups Projects
Forked from PortalMEC / portalmec
2988 commits behind the upstream repository.
portalmec-sidekiq.service 172 B
[Unit]
Description=Control sidekiq for portalmec

[Service]
ExecStart=/portalmec/sidekiq.sh start
ExecStop=/portalmec/sidekiq.sh stop

[Install]
WantedBy=multi-user.target