diff --git a/systemctl-restart b/systemctl-restart new file mode 100755 index 0000000..88d11a7 --- /dev/null +++ b/systemctl-restart @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +echo Restarting $1... +systemctl restart $1 +echo Sleep... +sleep 1 +systemctl status $1 -l