reminder-bot/systemd/reminder-rs.service

15 lines
258 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=4
2023-06-15 09:53:13 +00:00
Environment="RUST_LOG=warn,reminder_rs=info,postman=info"
[Install]
WantedBy=multi-user.target