1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 19:31:53 +00:00
srs/trunk/scripts/unstall.sh
2019-10-05 20:40:45 +08:00

7 lines
121 B
Bash
Executable file

#!/bin/bash
systemctl disable srs
systemctl stop srs
rm -rf /usr/local/srs
rm -f /etc/init.d/srs
echo "SRS uninstalled"