mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 19:31:53 +00:00
7 lines
121 B
Bash
Executable file
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"
|