diff --git a/Run-uvicorn-at-boot.md b/Run-uvicorn-at-boot.md index 9189173..7bfb658 100644 --- a/Run-uvicorn-at-boot.md +++ b/Run-uvicorn-at-boot.md @@ -11,8 +11,6 @@ Don't forget to set the correct path to your installation and to your venv, as w Description=Execute the etebase server. [Service] -User=etebase -Group=etebase WorkingDirectory=/path/to/etebase ExecStart=/path/to/etebase/venv/bin/uvicorn etebase_server.asgi:application --uds /tmp/etebase_server.sock