diff options
Diffstat (limited to 'doc/advanced.mux')
-rw-r--r-- | doc/advanced.mux | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/advanced.mux b/doc/advanced.mux index 7c0f0b0..99ed4c8 100644 --- a/doc/advanced.mux +++ b/doc/advanced.mux @@ -91,6 +91,7 @@ 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" shortlabel "Fu" pty 0 @@ -117,10 +118,12 @@ services { } } srv-lu { + id 0x8dab label "Luschtig" ; pty, language, shortlabel and id can be omitted, and will take default values } srv-ri { + id 0x8dac label "rick" } |