Systemd service file to new user and dir

This commit is contained in:
Ruben van de Ven 2020-03-10 08:49:31 +01:00
parent 4fcd5f87dc
commit 90822d761a
1 changed files with 3 additions and 3 deletions

View File

@ -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