pyratelog

personal blog
git clone git://git.pyratebeard.net/pyratelog.git
Log | Files | Refs | README

commit 3fd586a337336fbb2dd70622b4a21c69910d3e8a
parent 26b843dd0a474e8f5d2035d97e79948a78b9752b
Author: pyratebeard <root@pyratebeard.net>
Date:   Sat, 23 Jan 2021 15:16:49 +0000

need correct path for script

Diffstat:
Msupervisord.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/supervisord.conf b/supervisord.conf @@ -16,7 +16,7 @@ autorestart=true startretries=0 [program:pyratelog] -command=sh /pyratelog.sh +command=sh /pyratelog/pyratelog.sh stdout_logfile=/pyratelog/pyrate.log stdout_logfile_maxbytes=100 stderr_logfile=/pyratelog/pyrate.err