Add deb stuff. Correct dependency on database name

This commit is contained in:
jude
2023-05-07 20:59:07 +01:00
parent d496c81003
commit 1c4c4a8b31
7 changed files with 33 additions and 9 deletions

View File

@ -2,6 +2,7 @@
Description=Reminder Bot
[Service]
User=reminder
Type=simple
ExecStart=/usr/bin/reminder-rs
Restart=always