diff --git a/plottingdata_coco.service b/plottingdata_coco.service index 41341be..cc21f8c 100644 --- a/plottingdata_coco.service +++ b/plottingdata_coco.service @@ -1,9 +1,9 @@ [Unit] Description=PlottingData COCO interface [Service] -ExecStart=/home/ruben/coco/venv/bin/python /home/ruben/coco/server.py --db /home/ruben/coco/coco_train.db --port 8080 -WorkingDirectory=/home/ruben/coco -User=www-data +ExecStart=/home/pd/coco/venv/bin/python /home/pd/coco/server.py --db /home/pd/coco/coco_train.db --port 8080 +WorkingDirectory=/home/pd/coco +User=pd Restart=on-failure [Install] WantedBy=multi-user.target