RUST_LOG added.

This commit is contained in:
Martin Brodbeck 2023-10-06 08:06:28 +02:00
parent 829923ed46
commit 6d2e797b61

View file

@ -7,11 +7,12 @@ After=redis.service
[Service] [Service]
RestartSec=2s RestartSec=2s
Type=simple Type=simple
User=myuser User=MYUSER
Group=users Group=users
WorkingDirectory=/home/myuser WorkingDirectory=/home/MYUSER
ExecStart=/usr/local/bin/m32chat ExecStart=/usr/local/bin/m32chat
Restart=always Restart=always
#Environment=RUST_LOG=Debug
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target