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

15 lines
258 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
RestartSec=4
2023-07-30 12:14:47 +01:00
Environment="RUST_LOG=warn,reminder_rs=warn,postman=warn"
[Install]
WantedBy=multi-user.target