RUST_LOG added.
This commit is contained in:
parent
829923ed46
commit
6d2e797b61
1 changed files with 3 additions and 2 deletions
|
@ -7,11 +7,12 @@ After=redis.service
|
|||
[Service]
|
||||
RestartSec=2s
|
||||
Type=simple
|
||||
User=myuser
|
||||
User=MYUSER
|
||||
Group=users
|
||||
WorkingDirectory=/home/myuser
|
||||
WorkingDirectory=/home/MYUSER
|
||||
ExecStart=/usr/local/bin/m32chat
|
||||
Restart=always
|
||||
#Environment=RUST_LOG=Debug
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in a new issue