seuros / capistrano-sidekiq

Sidekiq integration for Capistrano
Other
557 stars 307 forks source link

Update systemd.rb, add explicit sidekiq_systemctl_user #318

Open jerko-culina opened 1 year ago

jerko-culina commented 1 year ago

Having issues while trying to override systemctl --user to use system by setting

set :service_unit_user, :system

but seems like it does not work. I checked on capistrano-puma, and they explicitly called it puma_systemctl_user so thought about having same here.