fluent / fluent-package-builder

td-agent (Fluentd) Building and Packaging System
Apache License 2.0
22 stars 25 forks source link

dmg: use compatible service name for config and socket #478

Closed daipom closed 1 year ago

daipom commented 1 year ago

To align with Linux service definition.

daipom commented 1 year ago

https://github.com/fluent/fluent-package-builder/blob/7c8d1f25055826a574cfa9dcb17ea1ac4528507d/fluent-package/templates/etc/systemd/fluentd.service.erb#L14-L16

daipom commented 1 year ago

This will solve the failure of

I'm testing it on my fork: https://github.com/daipom/fluent-package-builder/actions/runs/5063945296

daipom commented 1 year ago

This will solve the failure of

* [dmg: add install test #477](https://github.com/fluent/fluent-package-builder/pull/477)

I'm testing it on my fork: https://github.com/daipom/fluent-package-builder/actions/runs/5063945296

Success!

ashie commented 1 year ago

Thanks!

daipom commented 1 year ago

Thanks for merging!