From 33a685862291e6f3c0c7f9df702b930430bbe419 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Sat, 5 Oct 2019 12:04:42 +0200 Subject: [PATCH] Enable lingering for the contributors user Per enrico. --- modules/roles/manifests/contributors.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/roles/manifests/contributors.pp b/modules/roles/manifests/contributors.pp index fa1add1b9..f664532b7 100644 --- a/modules/roles/manifests/contributors.pp +++ b/modules/roles/manifests/contributors.pp @@ -6,4 +6,6 @@ class roles::contributors { notify => Exec['service apache2 reload'], key => true, } + + dsa_systemd::linger { 'contributors': } } -- 2.20.1