Table of Contents

Currently viewing version: 0.8.0.0

Instantiated service file creation

An instantiated service file is of the same syntax as decribed in the frontend document for any other service. It can be any type of service. However some differences exist :

Example

    File name : tty@

    Contents :

    [Main]
    Type = classic
    Version = 0.0.1
    Description = "Launch @I"
    User = ( root )

    [Start]
    Execute = ( agetty -J 38400 @I )

By using 66 parse tty@tty1 or any other 66 command, the resulting file will then be:

    [Main]
    Type = classic
    Version = 0.0.1
    Description = "Launch tty1"
    User = ( root )

    [Start]
    Execute = ( agetty -J 38400 tty1 )