Management stuff

This commit is contained in:
Ruben van de Ven 2019-03-28 16:26:17 +01:00
parent 880503777e
commit fcf67196c1
2 changed files with 6 additions and 2 deletions

View File

@ -68,3 +68,9 @@ Don't forget to init git submodules
git submodule init
git sumodule update
```
## Deploy / usefull commands
```bash
for i in {1..6}; do rsync -av ~/hugvey/ pi@hugvey$i.local:/home/pi/hugvey/ --exclude=www --exclude=venv --exclude=local --exclude=*.pyc --exclude=.git; done
```

View File

@ -1,8 +1,6 @@
[program:hugvey_client]
command=python3 hugvey_client.py -c client_config.yml -v
directory=/home/pi/hugvey
logfile=/home/pi/logs/hugvey_client.log
logfile_backups=2
startsecs=10
user=pi
autorestart=true