diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-06-17 16:20:08 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-06-17 16:20:08 +0200 |
commit | b8cb345dd5c6d807d1e33fdd50c82047f08b7ce6 (patch) | |
tree | 6233e7b75af2a315e6856df945418a5010b21b4f /doc/example.mux | |
parent | a90c2b99d437069b30f01e6153eb8013eb359234 (diff) | |
download | dabmux-b8cb345dd5c6d807d1e33fdd50c82047f08b7ce6.tar.gz dabmux-b8cb345dd5c6d807d1e33fdd50c82047f08b7ce6.tar.bz2 dabmux-b8cb345dd5c6d807d1e33fdd50c82047f08b7ce6.zip |
set IDs in example mux files
Diffstat (limited to 'doc/example.mux')
-rw-r--r-- | doc/example.mux | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/example.mux b/doc/example.mux index 4925629..c7f1f2d 100644 --- a/doc/example.mux +++ b/doc/example.mux @@ -26,7 +26,7 @@ general { ; boolean fields can accept either false or true as values: - ; Enable logging to syslog + ; Set to true to enable logging to syslog syslog false ; Enable timestamp definition necessary for SFN @@ -77,10 +77,12 @@ services { ; Each service has it's own unique identifier, that is ; used throughout the configuration file and for the RC. srv-fu { + id 0x8daa label "Funk" ; you can define a shortlabel too. } srv-ri { + id 0x8dab label "Rick" } } |