[Unit] Description=Backhaul Reverse Tunnel Service After=network.target [Service] Type=simple ExecStart=/root/backhaul -c /root/config.toml Restart=always RestartSec=3 LimitNOFILE=1048576 [Install] WantedBy=multi-user.target