atsrt seweb and feeder as systemd user unit

This commit is contained in:
2025-05-19 18:09:02 +02:00
parent bb95798ff3
commit 9a673afb21
6 changed files with 83 additions and 47 deletions

11
cfg/feeder@.service Normal file
View File

@ -0,0 +1,11 @@
[Unit]
Description=sehistory feeder process
[Service]
Type=simple
WorkingDirectory=/home/l_samenv/sehistory
ExecStart=/usr/bin/python feeder.py -d %i
Restart=always
[Install]
WantedBy=default.target