ansible-role-systemd_service/templates
Kevin Carter 94ff90157a
Correct log warning for unknown lvalue
The default systemd service template was using the PrivateUsers
directive by default which was only implemented in systemd version 232.
Because we're running on older versions of systemd in a lot of cases the
this option was creating a log of journal spam. To correct the issue the
version of systemd is now detected and this default option will only be
used when the version of systemd is greater than or equal to version
232.

Change-Id: Ief1a2e155892ab7df821fbf049787e705da91b40
Closes-Bug: #1776818
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-07-16 11:21:06 -05:00
..
systemd-service.j2 Correct log warning for unknown lvalue 2018-07-16 11:21:06 -05:00
systemd-timer.j2 Add timer services 2018-05-02 11:19:50 -05:00
systemd-tmpfiles.j2 Add tests to the service role 2018-03-21 17:47:22 -05:00