rename sehistory service to feeder

however, the name of the sehistory repo containing the feeder
is kept
This commit is contained in:
2025-05-02 11:52:12 +02:00
parent 0a324c3f05
commit dbd7a0433a
3 changed files with 29 additions and 8 deletions

8
bin/feeder Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env python3
import sys
from os.path import expanduser
sys.path.append(expanduser('~'))
from servicemanager import run
run('feeder', sys.argv[1:])