1
0
Fork 0
bin/systemctl-restart

7 lines
108 B
Plaintext
Raw Normal View History

2016-01-31 21:06:38 +00:00
#!/usr/bin/env bash
echo Restarting $1...
systemctl restart $1
echo Sleep...
sleep 1
systemctl status $1 -l