From 7050fbe6edec28c6d269769af510c3be9727fc3a Mon Sep 17 00:00:00 2001 From: mudhorn Date: Thu, 31 Oct 2024 16:00:03 -0700 Subject: [PATCH] Update mesh-bbs.service --- mesh-bbs.service | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mesh-bbs.service b/mesh-bbs.service index 5bf33b5..d31944e 100644 --- a/mesh-bbs.service +++ b/mesh-bbs.service @@ -1,5 +1,5 @@ [Unit] -Description=TC²-BBS Meshtastic Version +Description=N2DRC-BBS Meshtastic Version After=multi-user.target [Service] @@ -7,8 +7,8 @@ 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 +WorkingDirectory=/home/pi/N2DRC-BBS-mesh +ExecStart=/home/pi/N2DRC-BBS-mesh/venv/bin/python3 /home/pi/N2DRC-BBS-mesh/server.py [Install] WantedBy=multi-user.target \ No newline at end of file