Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aldy505/system-restart

Restart sshd service when network goes down until it goes back up again
https://github.com/aldy505/system-restart

Last synced: 17 days ago
JSON representation

Restart sshd service when network goes down until it goes back up again

Awesome Lists containing this project

README

        

I hate it when my SSH service goes down because the network interface was malfunctioning.

To avoid me doing VNC and all the hassle, I made this simple stupid bash script to keep
restart everything that I wanted.

Copy `system-restart` to `$PATH`, do `chmod +x system-restart`.

And use it: `system-restart sshd 0.0.0.0:22`.

It will execute `ss -tlpn` and `grep '0.0.0.0:22'`, if it's empty, it will restart `sshd` service.

[Unlicensed](./LICENSE)