commit 26b843dd0a474e8f5d2035d97e79948a78b9752b
parent 78af07bffe4e201df4bc61b4125a4c7b9cdebd1d
Author: pyratebeard <root@pyratebeard.net>
Date: Sat, 23 Jan 2021 15:13:32 +0000
updated 'blog' to 'pyratelog'
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/supervisord.conf b/supervisord.conf
@@ -6,7 +6,7 @@ childlogdir=/tmp
pidfile = /tmp/supervisord.pid
[program:python-http]
-command=python3 -m http.server --directory /blog
+command=python3 -m http.server --directory /pyratelog
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stdout
@@ -17,9 +17,9 @@ startretries=0
[program:pyratelog]
command=sh /pyratelog.sh
-stdout_logfile=/blog/pyrate.log
+stdout_logfile=/pyratelog/pyrate.log
stdout_logfile_maxbytes=100
-stderr_logfile=/blog/pyrate.err
+stderr_logfile=/pyratelog/pyrate.err
stderr_logfile_maxbytes=100
autostart=true
autorestart=true