在CentOS7.2上手动添加服务
文章内容中的运行系统环境是CentOS7.2
以Frps.service为例
创建frps.service:
vi frps.service
路径:
/etc/systemd/system/frps.service
frps.service 内容:
[Unit]
Description=frps
After=network.target
[Service]
TimeoutStartSec=30
ExecStart=/usr/www/frp/frps -c /usr/www/frp/frps.ini
ExecStop=/bin/kill $MAINPID
[Install]
WantedBy=multi-user.target
用法:
# 启动服务
systemctl start frps
# 查看状态
systemctl status frps
# 开机启动
systemctl enable frps
frp_0.34.3_linux_amd64.tar.gz
参考文章:https://canwdev.github.io/manual/setup-frp.html#%E6%9C%8D%E5%8A%A1%E5%99%A8%E7%AB%AF-%C2%B7-frps