mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 20:01:56 +00:00
13 lines
227 B
SYSTEMD
13 lines
227 B
SYSTEMD
|
[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
|