Enable lingering for the contributors user
authorJulien Cristau <jcristau@debian.org>
Sat, 5 Oct 2019 10:04:42 +0000 (12:04 +0200)
committerJulien Cristau <jcristau@debian.org>
Sat, 5 Oct 2019 10:04:42 +0000 (12:04 +0200)
Per enrico.

modules/roles/manifests/contributors.pp

index fa1add1..f664532 100644 (file)
@@ -6,4 +6,6 @@ class roles::contributors {
     notify => Exec['service apache2 reload'],
     key    => true,
   }
     notify => Exec['service apache2 reload'],
     key    => true,
   }
+
+  dsa_systemd::linger { 'contributors': }
 }
 }