diff --git a/templates/400_process-debian.yaml.tt2 b/templates/400_process-debian.yaml.tt2 index 7d34d78..2116c7f 100644 --- a/templates/400_process-debian.yaml.tt2 +++ b/templates/400_process-debian.yaml.tt2 @@ -35,10 +35,5 @@ process: sshd: running: true -{{if eq .Env.DEBIAN_RELEASE "8"}} - udevd: - running: true -{{else}} systemd-udevd: running: true -{{end}}