1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-01 23:35:06 +00:00

make it work with readonly rootfs

This commit is contained in:
Girish Ramakrishnan
2015-10-13 15:27:09 -07:00
parent 794a587661
commit 09592c6cda
5 changed files with 38 additions and 28 deletions

View File

@@ -4,5 +4,8 @@ command=/usr/sbin/sshd -D
user=root
autostart=true
autorestart=true
stdout_logfile=/var/log/supervisor/%(program_name)s.log
stderr_logfile=/var/log/supervisor/%(program_name)s.log
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0