add a new endpoint returning a devious cat
This commit is contained in:
parent
38e46a3c50
commit
e1e805adea
3 changed files with 27 additions and 7 deletions
|
|
@ -4,9 +4,8 @@ After=network.target
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
WorkingDirectory=/home/kemp/ins/teaching/workshop-c-and-c-server
|
||||
# Run the requested command. This uses /usr/bin/env to locate `uv` in PATH.
|
||||
ExecStart=/usr/bin/env uv run main.py
|
||||
WorkingDirectory=/root/workshop-c-and-c
|
||||
ExecStart=/usr/bin/python3 main.py
|
||||
# Ensure common system paths are available when using /usr/bin/env
|
||||
Environment=PATH=/usr/local/bin:/usr/bin:/bin
|
||||
Environment=PYTHONUNBUFFERED=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue