systemd: debug

This commit is contained in:
Emmanuel Garette 2022-10-17 18:20:45 +02:00
parent 1c57c980d3
commit 381aada804

16
seed/systemd/DEBUG.md Normal file
View file

@ -0,0 +1,16 @@
Debug systemd-networkd
=======================
Dans /usr/lib/systemd/system/systemd-networkd.service ajouter :
```
[Service]
Environment=SYSTEMD_LOG_LEVEL=debug
```
Redémarrer :
```
machinectl reboot lemonldap.in.silique.fr
machinectl shell lemonldap.in.silique.fr /usr/bin/networkctl status -l -a
```