17 lines
405 B
Desktop File
17 lines
405 B
Desktop File
[Unit]
|
|
Description=OpenSquared Assistant PWA
|
|
After=network.target
|
|
|
|
[Service]
|
|
WorkingDirectory=/root/openbot
|
|
EnvironmentFile=/root/openbot/.env
|
|
Environment=CONTACTS_FILE=/root/openbot/data/contacts.json
|
|
Environment=MEMORY_DB=/root/openbot/data/memory.sqlite
|
|
ExecStart=/root/openbot/.venv/bin/gunicorn -w 2 -b 0.0.0.0:8080 app:app
|
|
Restart=always
|
|
RestartSec=3
|
|
User=root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|