sasl: Restart saslauthd if tmpfiles.d/saslauthd.conf changes.

This commit is contained in:
Timo Makinen 2016-01-13 13:28:18 +02:00
parent 9811622d60
commit f069517a7a

View file

@ -174,7 +174,7 @@ class sasl::saslauthd {
owner => "root", owner => "root",
group => "root", group => "root",
require => Class["sasl::client"], require => Class["sasl::client"],
before => Service["saslauthd"], notify => Service["saslauthd"],
} }
} }
} }