reminder-bot/systemd/reminder-rs.service

16 lines
261 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
2023-07-31 16:59:38 +00:00
Environment="reminder_rs=warn,postman=warn"
WatchdogSec=120
[Install]
WantedBy=multi-user.target