mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 19:31:53 +00:00
12 lines
227 B
Desktop File
12 lines
227 B
Desktop File
[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
|