Fix init template provides parameter
This fixes two issues with the generated init file:
- The @service_name value on the Provides line doesn't make into the
file due to incorrect tag format
- The tag format strips the trailing carriage return, so the following
Required-Start line appears on the same line as the Provides line