This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        DynamicUser=yes
- 
        ExecStart=/usr/bin/rathole /etc/rathole/%i.toml
- 
        LimitNOFILE=1048576
- 
        Restart=on-failure
- 
        RestartSec=5s
- 
        Type=simple
 
- 
        
- 
    [Unit]- 
        After=network.target
- 
        Description=Rathole Service
 
- 
        
Additionnal notes
Nothing here.