forked from mudhorn/TC2-BBS-mesh
Update mesh-bbs.service
This commit is contained in:
parent
8d6c42e279
commit
7050fbe6ed
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=TC²-BBS Meshtastic Version
|
Description=N2DRC-BBS Meshtastic Version
|
||||||
After=multi-user.target
|
After=multi-user.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
@ -7,8 +7,8 @@ Type=simple
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=20
|
RestartSec=20
|
||||||
User=pi
|
User=pi
|
||||||
WorkingDirectory=/home/pi/TC2-BBS-mesh
|
WorkingDirectory=/home/pi/N2DRC-BBS-mesh
|
||||||
ExecStart=/home/pi/TC2-BBS-mesh/venv/bin/python3 /home/pi/TC2-BBS-mesh/server.py
|
ExecStart=/home/pi/N2DRC-BBS-mesh/venv/bin/python3 /home/pi/N2DRC-BBS-mesh/server.py
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
Loading…
Reference in a new issue