7 líneas
150 B
Bash
7 líneas
150 B
Bash
#!/bin/bash
|
|
setcap 'cap_net_bind_service=+ep' /usr/bin/icecast2
|
|
service icecast2 start
|
|
service tor start
|
|
/etc/icecast2/script.sh
|
|
#/bin/sleep infinity
|