Closed imcarson closed 2 years ago
This is a bug, but I'm not sure how to tackle this properly. You should probably set stdout to /dev/null, in this case, and use the Server.log file as your source of output, if you need it.
I can no longer reproduce this on branch rc-v3.1.0 (#83), closing. Please re-open if it still happens, with new info on how to reproduce on v3.1.0.
Fill out general information OS: Raspberry Pi OS 11 (32 bit) BeamMP-Server Version: 2.3.3
Describe the bug When the executable is built on the Raspberry Pi 4 and run at startup using systemd, using the command
systemctl status BeamMPServer
shows tons of lines similar toMar 14 00:09:17 raspberrypi BeamMP-Server[382]: [48.0K blob data]
. There is also tons of data logged to the system'ssyslog
. This data can build up to gigabytes of data over a single day.To Reproduce
BeamMPServer.service
in/etc/systemd/system
with the following contents:[Service] WorkingDirectory=/home/pi/BeamMP-Server ExecStart=/home/pi/BeamMP-Server/BeamMP-Server
[Install] WantedBy=default.target