17 lines
355 B
Desktop File
17 lines
355 B
Desktop File
|
|
[Unit]
|
|
Description={{ service_name }}
|
|
git remote add origin git@gitea.matt-cloud.com:matt/ssd_health.gitAPI
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=root
|
|
Group=root
|
|
WorkingDirectory={{ service_folder }}
|
|
ExecStartPre=/bin/sleep 5
|
|
ExecStart={{ service_folder }}/venv/bin/python {{ service_folder }}/app.py
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|