cleaning structure
This commit is contained in:
15
old code/recticel-app.service
Normal file
15
old code/recticel-app.service
Normal file
@@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=Recticel Quality App
|
||||
After=network.target mariadb.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=ske087
|
||||
WorkingDirectory=/home/ske087/quality_recticel
|
||||
Environment=PATH=/home/ske087/quality_recticel/recticel/bin
|
||||
ExecStart=/home/ske087/quality_recticel/recticel/bin/python py_app/run.py
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user