2023-03-24 17:44:43 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Reminder Bot
|
|
|
|
|
|
|
|
[Service]
|
2023-05-07 19:59:07 +00:00
|
|
|
User=reminder
|
2023-03-24 17:44:43 +00:00
|
|
|
Type=simple
|
|
|
|
ExecStart=/usr/bin/reminder-rs
|
2023-06-13 09:40:04 +00:00
|
|
|
WorkingDirectory=/etc/reminder-rs
|
2023-03-24 17:44:43 +00:00
|
|
|
Restart=always
|
2024-06-04 17:24:24 +00:00
|
|
|
RestartSec=10
|
2024-06-12 16:21:42 +00:00
|
|
|
Environment="RUST_LOG=warn,rocket=info,reminder_rs=debug,postman=debug"
|
2024-06-06 15:56:19 +00:00
|
|
|
WatchdogSec=120
|
2023-03-24 17:44:43 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|