More improvements to the pypo installer:
* Added installation of daemontool scripts * Put files in more appropriate places * Renamed files for consistency
This commit is contained in:
parent
a255fc4508
commit
80b066a4e1
11 changed files with 788 additions and 313 deletions
15
pypo/pypo-log.sh
Executable file
15
pypo/pypo-log.sh
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/sh
|
||||
|
||||
clear
|
||||
echo
|
||||
echo "##############################"
|
||||
echo "# STARTING PYPO MULTI-LOG #"
|
||||
echo "##############################"
|
||||
sleep 1
|
||||
clear
|
||||
|
||||
# split
|
||||
multitail -s 2 /var/log/pypo/debug.log \
|
||||
/var/log/pypo-push/log/main/current \
|
||||
/var/log/pypo-fetch/log/main/current \
|
||||
/var/log/pypo-liquidsoap/log/main/current
|
Loading…
Add table
Add a link
Reference in a new issue