Skip to content

Commit

Permalink
fix conf service liveman
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Jun 18, 2024
1 parent 8b47dfa commit 7e685b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/live777-gateway.service → conf/liveman.service
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[Unit]
Description=Live777 Cluster Gateway service
Description=Live777 Cluster Manager service
Requires=network-online.target
After=network-online.target

[Service]
Type=simple
ExecStart=/usr/bin/live777-gateway
ExecStart=/usr/bin/liveman
Restart=on-failure
RestartSec=5s

Expand Down

0 comments on commit 7e685b2

Please sign in to comment.