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