diff options
author | skyblue <ssx205@gmail.com> | 2014-04-18 21:16:39 +0800 |
---|---|---|
committer | skyblue <ssx205@gmail.com> | 2014-04-18 21:16:39 +0800 |
commit | 55af04d801ee66d51942d2c883b2d667ae8a8281 (patch) | |
tree | 6034a68eba9e4ce2a662c11b5034879770e144e1 | |
parent | f8571f4db1b0b8794fe1a7b614e35a5dd8b70f3e (diff) | |
parent | 96f7af1d70e2af175883f7458d1a9756abc9c2e2 (diff) | |
download | gitea-55af04d801ee66d51942d2c883b2d667ae8a8281.tar.gz gitea-55af04d801ee66d51942d2c883b2d667ae8a8281.zip |
Merge branch 'master' into dev
-rw-r--r-- | conf/supervisor.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/supervisor.ini b/conf/supervisor.ini new file mode 100644 index 0000000000..0acd9ca0b3 --- /dev/null +++ b/conf/supervisor.ini @@ -0,0 +1,8 @@ +[program:gogs] +user=git +command = /home/git/gogs/start.sh +directory = /home/git/gogs +autostart = true +stdout_logfile = /var/gogs.log +stderr_logfile = /var/gogs-error.log +environment=HOME="/home/git" |