feat: add setup
This commit is contained in:
parent
17c8532d47
commit
e8c0d70870
@ -0,0 +1,6 @@
|
||||
## Setup
|
||||
|
||||
- Install poetry
|
||||
- Copy `matrixai.service` to `~/.local/share/systemd/user/`
|
||||
- Customize `run.sh` with your settings
|
||||
- Fix the path to `run.sh` in the service file
|
7
matrixai.service
Normal file
7
matrixai.service
Normal file
@ -0,0 +1,7 @@
|
||||
[Unit]
|
||||
Description=Matrix AI
|
||||
After=multi-user.target[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
ExecStart=/usr/bin/python3 /home/0xmrtt/matrixai/run.sh
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user