gitea 常用命令

配置文件位置

/home/custom/conf/app.ini 

 

关闭重启操作

ps -ef|grep gitea|grep -v grep
kill 12566
systemctl daemon-reload
现在可以用systemctl来启动gitea了:
systemctl start gitea
设置开机重启
systemctl enable gitea
停止查看状态
systemctl stop gitea
systemctl status gitea

posted on 2022-04-01 21:26  zyp_java_net  阅读(735)  评论(0编辑  收藏  举报

导航