配置文件位置
/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
配置文件位置
/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