Loop reconf script, add minimal httpd for web resources chrooted

This commit is contained in:
andryyy
2017-01-21 11:47:51 +01:00
parent 3ece7cc7fd
commit 68d674197d
3 changed files with 21 additions and 8 deletions

View File

@@ -30,6 +30,12 @@ stdout_logfile_maxbytes=0
command=/usr/sbin/cron -f
autorestart=true
[program:sogo-webres]
command=/usr/bin/python -u -m SimpleHTTPServer 9192
directory=/usr/lib/GNUstep/SOGo/
user=sogo
autorestart=true
[inet_http_server]
port=9191