This commit is contained in:
SpudGunMan
2024-07-10 19:11:56 -07:00
parent c4f953cd50
commit 8f9c731a7c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ Description=MESH-BOT
After=network.target
[Service]
WorkingDirectory=/dir/
ExecStart=/usr/bin/python /dir/launch.sh mesh
# Disable Python's buffering of STDOUT and STDERR, so that output from the
+1
View File
@@ -7,6 +7,7 @@ Description=PONG-BOT
After=network.target
[Service]
WorkingDirectory=/dir/
ExecStart=/usr/bin/python /dir/launch.sh pong
# Disable Python's buffering of STDOUT and STDERR, so that output from the