Advertisement
sergio_educacionit

icecast.service

Nov 14th, 2024
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. [Unit]
  2. Description=Icecast Streaming Media Server
  3. After=network.target
  4.  
  5. [Service]
  6. ExecStart=/usr/local/bin/icecast -c /etc/icecast/icecast.conf
  7. User=icecast
  8. Group=icecast
  9. Restart=on-failure
  10.  
  11. [Install]
  12. WantedBy=multi-user.target
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement