mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
6 lines
108 B
Bash
Executable file
6 lines
108 B
Bash
Executable file
#!/usr/bin/env bash
|
|
echo Restarting $1...
|
|
systemctl restart $1
|
|
echo Sleep...
|
|
sleep 1
|
|
systemctl status $1 -l
|