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