mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
fix: go back to not using systemd
This commit is contained in:
7
tests.mk
7
tests.mk
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user