reminder-bot/systemd/reminder-rs-clean-old.service
2024-10-13 19:01:37 +01:00

12 lines
198 B
Desktop File

[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