[Unit] Description=Reminder Bot [Service] User=reminder Type=simple ExecStart=/usr/bin/reminder-rs WorkingDirectory=/etc/reminder-rs Restart=always RestartSec=10 Environment="reminder_rs=warn,postman=warn" WatchdogSec=120 [Install] WantedBy=multi-user.target