2023-03-18 02:30:12 -06:00
|
|
|
[Unit]
|
2023-03-18 02:41:29 -06:00
|
|
|
Description=MatrixGPT bot.
|
2023-03-18 02:30:12 -06:00
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
2023-03-18 02:41:29 -06:00
|
|
|
User=matrix-bots
|
|
|
|
WorkingDirectory=/opt/MatrixGPT/
|
2024-04-07 22:45:20 -06:00
|
|
|
ExecStart=/srv/MatrixGPT/venv/bin/python3 /srv/MatrixGPT/main.py --config /etc/matrixgpt/config.yaml
|
2023-03-18 02:30:12 -06:00
|
|
|
Restart=always
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|