Enable lingering for the contributors user
[mirror/dsa-puppet.git] / modules / roles / manifests / contributors.pp
index fa1add1..f664532 100644 (file)
@@ -6,4 +6,6 @@ class roles::contributors {
     notify => Exec['service apache2 reload'],
     key    => true,
   }
+
+  dsa_systemd::linger { 'contributors': }
 }