17 Dec
2022
17 Dec
'22
10:48
W dniu 16.12.2022 o 02:32, Jeffrey Taylor pisze:
Is it possible to start NetworkManager and perhaps other services to have network access from runlevel 1?
TIA, Jeffrey
Drop this into /etc/systemd/system/rescue-ssh.target: [Unit] Description=Rescue with network and ssh Documentation=man:systemd.special(7) Requires=network-online.target sshd.service After=network-online.target sshd.service AllowIsolate=yes Then you can run systemctl daemon-reload systemctl isolate rescue-ssh.target or boot directly to it by adding systemd.unit=rescue-ssh.target to the kernel commandline in grub