Open jerko-culina opened 1 year ago
Having issues while trying to override systemctl --user to use system by setting
systemctl --user
system
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.
puma_systemctl_user
Having issues while trying to override
systemctl --user
to usesystem
by settingbut 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.