Files
conjurer/conjurer.service
T
gitea d914711559 Tag: 1.0
Intermediate commits (oldest → newest):
- New files for flask services
- Service
- Minor fix 2
- Waitress
- Linux conf files
- Service
- Bugfixing
- Waitress
- Install options
- Work on deployment
- Bugfixes
- Work on deployment
- name change and othre bugfixes
- Installer
- Test
2025-10-30 16:58:56 +01:00

12 lines
199 B
Desktop File

[Unit]
Description=Conjurer
After=multi-user.target
[Service]
Type=simple
ExecStart=/home/pi/Conjurer/env/bin/python3 /home/pi/Conjurer/bot.py
Restart=on-abort
[Install]
WantedBy=multi-user.target