Added supervisor config
This commit is contained in:
parent
0c880b781e
commit
20f8f64f25
1 changed files with 8 additions and 0 deletions
8
matrix-clock.conf
Normal file
8
matrix-clock.conf
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[program:matrix-clock]
|
||||||
|
command=bash /home/pi/matrix-clock/start.sh
|
||||||
|
autostart=true
|
||||||
|
autorestart=true
|
||||||
|
startretries=3
|
||||||
|
user=pi
|
||||||
|
stdout_logfile=/home/pi/matrix-clock/matrix-clock.log
|
||||||
|
stderr_logfile=/home/pi/matrix-clock/err-matrix-clock.log
|
Loading…
Reference in a new issue