Adding a default to link_to

I have urls like

/:service/:controller/:action/:id

is it possible for link_to to preserve the current :service from the
query string when using a link_to, I don’t really want to troll through
my code manually replacing inserting this. Surely there’s a rails way.

TIA