Closed samschott closed 1 year ago
Fixes a regression introduced in 87758efa5f154b75668325e581a3c1273a43947e which would result in malformed systemd file names. The file name should end with @{DEFAULT_INSTANCE_NAME}.service instead of @%i.service
@{DEFAULT_INSTANCE_NAME}.service
@%i.service
Fixes #930.
Fixes a regression introduced in 87758efa5f154b75668325e581a3c1273a43947e which would result in malformed systemd file names. The file name should end with
@{DEFAULT_INSTANCE_NAME}.service
instead of@%i.service
Fixes #930.