[Unit] Description=Frp Client Service After=network-online.target [Service] DynamicUser=yes ExecStart=/usr/local/bin/frpc -c /etc/frp/%i.toml ExecReload=/usr/local/bin/frpc reload -c /etc/frp/%i.toml LimitNOFILE=65536 RestartSec=5 Restart=always [Install] WantedBy=multi-user.target