Markus Zolliker dbd7a0433a rename sehistory service to feeder
however, the name of the sehistory repo containing the feeder
is kept
2025-05-02 11:52:12 +02:00

9 lines
159 B
Python
Executable File

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