From 369d12eb28ecd65f0d34ecd1a209e099c42f21bf Mon Sep 17 00:00:00 2001 From: luismco Date: Thu, 15 Jan 2026 09:41:13 +0000 Subject: [PATCH] Adjust to service --- install/flatnotes-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/flatnotes-install.sh b/install/flatnotes-install.sh index d480a7315..8470e015b 100644 --- a/install/flatnotes-install.sh +++ b/install/flatnotes-install.sh @@ -53,7 +53,6 @@ EnvironmentFile=/opt/flatnotes/.env ExecStart=/opt/flatnotes/.venv/bin/python -m uvicorn main:app --app-dir server --host 0.0.0.0 --port 8080 --proxy-headers Restart=on-failure RestartSec=10 -ExecStopPost=/bin/bash -c "rm -f /opt/flatnotes/uv.lock 2>/dev/null || true" [Install] WantedBy=multi-user.target