Correct service file

This commit is contained in:
jude
2024-06-12 17:21:42 +01:00
parent fc96ae526f
commit 1f0d7adae3
3 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ ExecStart=/usr/bin/reminder-rs
WorkingDirectory=/etc/reminder-rs
Restart=always
RestartSec=10
Environment="reminder_rs=warn,postman=warn"
Environment="RUST_LOG=warn,rocket=info,reminder_rs=debug,postman=debug"
WatchdogSec=120
[Install]