This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        Environment="ipaddr=auto" "hostname=auto" "port=auto"
- 
        EnvironmentFile=/etc/default/trust_router
- 
        ExecStart=/usr/bin/tids --ip ${ipaddr} --hostname ${hostname} --port ${port} ${gssname}
- 
        ExecStartPre=/bin/sh -c "/usr/bin/sqlite3
- 
        Restart=always
- 
        StandardError=inherit
- 
        StandardOutput=journal
- 
        User=trustrouter
 
- 
        
- 
    [Unit]- 
        Before=freeradius.service
- 
        Description=Trust Identity Protocol Server
 
- 
        
Additionnal notes
Nothing here.