diff --git a/systemd/temperato-host.service b/systemd/temperato-host.service deleted file mode 100644 index b94beac..0000000 --- a/systemd/temperato-host.service +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=Temperato Host Service - -[Service] -Environment=FLASK_APP=web -ExecStart=flask run -ExecReload=flask run -KillMode=process -Restart=on-failure -Type=simple -WorkingDirectory= - -[Install] -WantedBy=multi-user.target