[[snapshot]]: 2021-05-16 18:06:53

Affected files:

"agora service.md"
This commit is contained in:
2021-05-16 18:06:53 +02:00
parent 84d030a7d7
commit 8dac47fb89
+18
View File
@@ -0,0 +1,18 @@
- [[push]] [[systemd]]
```
agora@thecla:/etc/systemd/system# cat agora.service
[Unit]
Description=uWSGI instance to serve agora-server
After=network.target
[Service]
User=agora
Group=agora
WorkingDirectory=/home/agora/agora-server
Environment="PATH=/home/agora/agora-server/venv/bin"
ExecStart=/home/agora/agora-server/venv/bin/uwsgi --ini prod.ini
[Install]
WantedBy=multi-user.target
```