This commit is contained in:
jude
2024-10-13 19:01:37 +01:00
parent 6340f5a20f
commit eb5c851d97
4 changed files with 226 additions and 158 deletions

View File

@ -0,0 +1,11 @@
[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