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
|
|
|
|
RestartSec=4
|
2023-07-31 16:59:38 +00:00
|
|
|
Environment="reminder_rs=warn,postman=warn"
|
2023-03-24 17:44:43 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|