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]
|
[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
|
||||||
|
|
Loading…
Reference in a new issue