我使用Ubuntu 14.04(upstart 1.12.1),成功安装gitea按照本指南操作。但是我无法编写服务脚本来启动/停止它。我的脚本如下:
start on filesystem
exec start-stop-daemon --start -c git --exec /home/git/runGit.sh
#/home/git/runGit.sh
#screen -dmS git "/home/git/gitea web"
当我跑步时:
sudo service gitea start
它总是返回gitea stop/waiting
。但如果我手动从用户 git: 运行 /home/git/runGit.sh,它可以工作吗?出了什么问题?
t@t-VirtualBox:~$ sudo service gitea start
[sudo] password for wiki:
gitea stop/waiting t@t-VirtualBox:~$
echo $? 0