mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2024-11-09 22:24:06 -08:00
ca04096c8e
This adds a service file and instructions for getting this to start at boot
14 lines
288 B
Desktop File
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 |