ADD rewind-daemon as a command

Such that rewind-daemon can easily run in the background. Update service.py to fix library paths
This commit is contained in:
2025-12-18 00:12:50 +00:00
parent b7b57a259f
commit 1113ae3ec1
2 changed files with 5 additions and 4 deletions

View File

@@ -10,4 +10,5 @@ dependencies = [
]
[project.scripts]
rewind = "rewind.clip:main"
rewind = "rewind.clip:main"
rewind-daemon = "rewind.service:main"