1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 11:51:57 +00:00
srs/trunk/usr/lib/systemd/system/srs.service

14 lines
242 B
SYSTEMD
Raw Normal View History

[Unit]
Description=The SRS Media Stream Cluster
After=network.target
[Service]
Type=forking
2021-11-03 23:37:17 +00:00
Restart=always
ExecStart=/etc/init.d/srs start
ExecReload=/etc/init.d/srs reload
ExecStop=/etc/init.d/srs stop
[Install]
WantedBy=multi-user.target