systemd: do not reload journald
[mirror/dsa-puppet.git] / modules / systemd / manifests / init.pp
index 08f10fc..d5b896d 100644 (file)
@@ -13,9 +13,6 @@ class systemd {
                file { '/etc/systemd/journald.conf.d/persistency.conf':
                        source => 'puppet:///modules/systemd/persistency.conf',
                }
-               exec {'systemctl force-reload systemd-journald':
-                       refreshonly => true
-               }
        }
 
 }