reminder-bot/systemd/reminder-rs.service

16 lines
289 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Reminder Bot
[Service]
User=reminder
Type=simple
ExecStart=/usr/bin/reminder-rs
WorkingDirectory=/etc/reminder-rs
Restart=always
RestartSec=10
2024-06-12 16:21:42 +00:00
Environment="RUST_LOG=warn,rocket=info,reminder_rs=debug,postman=debug"
WatchdogSec=120
[Install]
WantedBy=multi-user.target