15 lines
235 B
Desktop File
15 lines
235 B
Desktop File
[Unit]
|
|
Description=Temperato Host Service
|
|
|
|
[Service]
|
|
Environment=FLASK_APP=web
|
|
ExecStart=flask run
|
|
ExecReload=flask run
|
|
KillMode=process
|
|
Restart=on-failure
|
|
Type=simple
|
|
WorkingDirectory=<your path>
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|