mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2024-11-09 22:24:06 -08:00
14 lines
288 B
SYSTEMD
14 lines
288 B
SYSTEMD
|
[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
|