This commit is contained in:
c thegray 2025-03-07 10:25:49 -05:00
parent 5246ed874c
commit 0cbfe742c2

View file

@ -54,7 +54,7 @@ deploy:
# For example, if your main file is 'wsgi.py' and the callable is 'application', use 'wsgi:application'
# Set the MODULE variable based on your application's entry point
MODULE="app:uwsgi_app" # Adjust this based on your application
MODULE="app:infywiki" # Adjust this based on your application
cat > ~/.config/systemd/user/${SERVICE_NAME} <<EOF
[Unit]