mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-02-10 04:10:02 -05:00
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 |