PaloAltoNetworks / minemeld-ansible

Ansible playbook for installing MineMeld on Linux
Apache License 2.0
48 stars 48 forks source link

Transfer volatile directory creation from systemd unit to tmpfiles.d #83

Open guillomovitch opened 3 years ago

guillomovitch commented 3 years ago

Description

The change transfers volatile directory /var/run/minemeld creation from systemd unit to tmpfiles.d

Motivation and Context

Having directory creation handled in systemd unit pollutes systemd status output with irrelevant errors, such as: Mar 17 08:45:43 centos7.local mkdir[3589]: /usr/bin/mkdir: impossible to create repertory « /var/run/minemeld »: file exists