opensciencegrid / xrootd-monitoring-shoveler

XRootD monitoring flow packet shoveler
Apache License 2.0
2 stars 7 forks source link

goreleaser: enforce owner/group on user home and queue director #60

Closed olifre closed 6 months ago

olifre commented 6 months ago

While the user is created via preinst scripts with the given home path in /var/spool/xrootd-monitoring-shoveler, the home directory itself is not created. Install that with the package with appropriate permissions, and pre-create the queue subdirectory.

fixes #56

This PR also increases the context of systemctl log output in tests, and adds some verbose output.