From 840079c685e1522bd3d14744bf6ca63a3def2869 Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Sat, 7 Jan 2017 16:55:55 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20d'une=20pr=C3=A9cision?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoSystemd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoSystemd.md b/HowtoSystemd.md index d8bbf818..5ecdbd32 100644 --- a/HowtoSystemd.md +++ b/HowtoSystemd.md @@ -392,5 +392,5 @@ Avec systemd, pourquoi reste-t-il des scripts dans `/etc/init.d/` ? systemd prend en compte les scripts dans `/etc/init.d/` : -* les scripts « classiques » sont pris en compte si il n'existe d'unité systemd avec le même nom +* les scripts « classiques » sont pris en compte si il n'existe d'unité systemd avec le même nom (sa description commence alors par **LSB:**) * certains scripts sont juste là par compatibilité afin de pouvoir faire `/etc/init.d/foo start/stop/restart/status` mais c'est en fait l'unité systemd qui est prise en compte