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:
@@ -10,4 +10,5 @@ dependencies = [
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
rewind = "rewind.clip:main"
|
||||
rewind = "rewind.clip:main"
|
||||
rewind-daemon = "rewind.service:main"
|
||||
Reference in New Issue
Block a user