5 lines
103 B
Bash
5 lines
103 B
Bash
#!/bin/sh
|
|
|
|
systemctl daemon-reload
|
|
sudo systemctl is-active --quiet zwaybot && service zwaybot restart
|