Fillll / ai_parody_store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run

sudo nano /etc/systemd/system/ai_parody_store.service
[Unit]
Description=ai_parody_store

[Service]
WorkingDirectory=%DIR%
ExecStart=%DIR%/env/bin/python store_messages.py
Restart=always

[Install]
WantedBy=multi-user.target
sudo systemctl start ai_parody_store
sudo systemctl status ai_parody_store
sudo systemctl enable ai_parody_store

About


Languages

Language:Python 100.0%