Files
reminder-bot/systemd/reminder-rs.service
T

16 lines
260 B
Desktop File
Raw Normal View History

[Unit]
Description=Reminder Bot
[Service]
User=reminder
Type=simple
ExecStart=/usr/bin/reminder-rs
2023-06-13 10:40:04 +01:00
WorkingDirectory=/etc/reminder-rs
Restart=always
2024-06-04 18:24:24 +01:00
RestartSec=10
2023-07-31 17:59:38 +01:00
Environment="reminder_rs=warn,postman=warn"
2024-06-04 18:24:24 +01:00
WatchdogSec=60
[Install]
WantedBy=multi-user.target