Skip to content

Commit

Permalink
Add systemd service example
Browse files Browse the repository at this point in the history
  • Loading branch information
Thor77 committed Feb 18, 2020
1 parent 91ec8d0 commit aa1c1ad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/rtmp2hls.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Unit]
Description=Simple rtmp server with hls output

[Service]
User=rtmp2hls
Group=rtmp2hls
ExecStart=/usr/bin/rtmp2hls /etc/rtmp2hls.toml

[Install]
WantedBy=multi-user.target

0 comments on commit aa1c1ad

Please sign in to comment.