» sudo systemctl daemon-reload
System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down
==============================================
Edit*
- Open
/etc/wsl.confwith any editor:
» sudo systemctl daemon-reload
System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down
==============================================
Edit*
/etc/wsl.conf with any editor:| #!/usr/bin/env python | |
| import imaplib | |
| import email | |
| import json | |
| import re | |
| from getpass import getpass | |
| label = "undelivered-mails" | |
| username = "user@gmail.com" | |
| addrfilename = 'failed-addresses.txt' |