delete some extraneous files

This commit is contained in:
Shoofle 2024-09-10 13:57:40 -04:00
parent 5a492365c2
commit c0a11ea23f
3 changed files with 0 additions and 15 deletions

Binary file not shown.

View File

@ -1,13 +0,0 @@
[Unit]
Description=The Shoofle.net Webserver
After=network.target
[Service]
User=mrserver
WorkingDirectory=/home/shoofle/shooflenet
ExecStart=authbind gunicorn -b localhost:16000 pure_flask:app
Restart=always
[Install]
WantedBy=multi-user.target

View File

@ -1,2 +0,0 @@
from pathlib import Path
print(Path(__file__).parent )