1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Script: Refine CentOS7 service script to restart SRS. v4.0.190 (#2552)

This commit is contained in:
马文武 2021-08-24 16:33:09 +08:00 committed by winlin
parent b9288668a7
commit 54b706d36e
3 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,7 @@ After=network.target
[Service]
Type=forking
Restart=always
ExecStart=/etc/init.d/srs start
ExecReload=/etc/init.d/srs reload
ExecStop=/etc/init.d/srs stop