fix: go back to not using systemd

This commit is contained in:
Jose Diaz-Gonzalez
2024-09-22 21:24:59 -04:00
parent 08f68c6634
commit 2c4eb67104

View File

@@ -92,9 +92,10 @@ endif
cat /usr/lib/systemd/system/ssh.socket
cat /etc/ssh/sshd_config
systemctl daemon-reload
systemctl reload ssh
systemctl restart ssh
systemctl status ssh
service ssh reload
service ssh restart
service ssh status
cat /etc/init/ssh || true
sleep 2
journalctl -u ssh -n 1000
endif