Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | Last revisionBoth sides next revision | ||
| events:cccamp15:public_radio [2016/03/22 10:40] – ↷ Page moved from cccamp15:public_radio to events:cccamp15:public_radio v0tti | events:cccamp15:public_radio [2016/12/07 23:47] – comand mazdermind | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| + | |||
| + | == Command | ||
| + | Inside the images, the following command is running in a systemd-Unit: | ||
| + | < | ||
| + | [Unit] | ||
| + | Description=ffmpeg Icecast-Stream | ||
| + | After=network.target | ||
| + | |||
| + | [Service] | ||
| + | Type=simple | ||
| + | ExecStart=/ | ||
| + | RestartSec=1s | ||
| + | Restart=always | ||
| + | |||
| + | [Install] | ||
| + | WantedBy=multi-user.target | ||
| + | </ | ||