systemd: debug
This commit is contained in:
parent
1c57c980d3
commit
381aada804
1 changed files with 16 additions and 0 deletions
16
seed/systemd/DEBUG.md
Normal file
16
seed/systemd/DEBUG.md
Normal 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
|
||||
```
|
Loading…
Reference in a new issue