TC2-BBS-mesh/mesh-bbs.service
TC² ca04096c8e Updates for systemd
This adds a service file and instructions for getting this to start at boot
2024-06-28 08:18:12 -04:00

14 lines
288 B
Desktop File

[Unit]
Description=TC²-BBS Meshtastic Version
After=multi-user.target
[Service]
Type=simple
Restart=always
RestartSec=20
User=pi
WorkingDirectory=/home/pi/TC2-BBS-mesh
ExecStart=/home/pi/TC2-BBS-mesh/venv/bin/python3 /home/pi/TC2-BBS-mesh/server.py
[Install]
WantedBy=multi-user.target