reminder-bot/systemd/reminder-rs-clean-old.service

12 lines
198 B
SYSTEMD
Raw Normal View History

2024-10-13 18:01:37 +00:00
[Unit]
Description=Clean old data from Reminder Bot
[Service]
User=reminder
Type=simple
ExecStart=/usr/bin/reminder-rs clean
WorkingDirectory=/etc/reminder-rs
[Install]
WantedBy=multi-user.target