mirror of https://github.com/ossrs/srs.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
227 B
INI
13 lines
227 B
INI
5 years ago
|
[Unit]
|
||
|
Description=The SRS Media Stream Cluster
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=/etc/init.d/srs start
|
||
|
ExecReload=/etc/init.d/srs reload
|
||
|
ExecStop=/etc/init.d/srs stop
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|