diff --git a/_voicepeak-api.service b/_voicepeak-api.service deleted file mode 100644 index de66b70..0000000 --- a/_voicepeak-api.service +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=VOICEPEAK API Service -After=network.target - -[Service] -User=your_user -Group=your_group -WorkingDirectory=/path/to/your/project -Environment="PATH=/path/to/your/project/venv/bin" -ExecStart=/path/to/your/project/venv/bin/python /path/to/your/project/app.py -Restart=always - -[Install] -WantedBy=multi-user.target