sudo nano /lib/systemd/system/xxx.service
[Unit]
Description=Your Service Name
After=network.target syslog.target
Wants=network.target
[Service]
Type=simple
ExecStart=Your File Path
[Install]
WantedBy=multi-user.target
systemctl daemon-reload
systemctl start frpc.service