This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        EnvironmentFile=/etc/tntnet/tntnet.conf /etc/tntnet/tntnet.properties
- 
        ExecReload=/bin/kill -HUP $MAINPID
- 
        ExecStart=/usr/bin/tntnet
- 
        ExecStop=/bin/kill -15 $MAINPID
- 
        PIDFile=/var/run/tntnet.pid
- 
        Type=forking
 
- 
        
- 
    [Unit]- 
        After=network.target nss-lookup.target
- 
        Description=Tntnet web server
- 
        Description=tntnet web application server
 
- 
        
Additionnal notes
Nothing here.