From 8f9c731a7c7c4b68ee0605b842ac460fbd7ca427 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 10 Jul 2024 19:11:56 -0700 Subject: [PATCH] service --- etc/mesh_bot.tmp | 1 + etc/pong_bot.tmp | 1 + 2 files changed, 2 insertions(+) diff --git a/etc/mesh_bot.tmp b/etc/mesh_bot.tmp index 13496df..613c81f 100644 --- a/etc/mesh_bot.tmp +++ b/etc/mesh_bot.tmp @@ -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 diff --git a/etc/pong_bot.tmp b/etc/pong_bot.tmp index d85a1ff..65d43d9 100644 --- a/etc/pong_bot.tmp +++ b/etc/pong_bot.tmp @@ -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