e3a349e3a1ff4b27adecc386c1ef58ab916d1976
All checks were successful
dustin/metricspi/pipeline/head This commit looks good
AlertManager is a stateful service, and as such needs a writable location for its data. Using the `StateDirectory` service unit directive, we can configure systemd to create this directory automatically, if it does not already exist when the service starts. In order for the service to be able to write to the state directory, it must have a stable UID. This means it cannot use the `DynamicUser` service unit directive.
Description
No description provided
Languages
Makefile
60.3%
Shell
39.7%