[Unit]
Description = frp server
After = network.target syslog.target
Wants = network.target

[Service]
Type = simple
ExecStart = /apps/frpc/frpc -c /apps/frpc/frpc.toml
Restart = always
RestartSec = 3

[Install]
WantedBy = multi-user.target
