start feeder and seweb in sevenv virtualenv

This commit is contained in:
2025-05-20 10:32:06 +02:00
committed by camea
parent 2866eb741c
commit 3b0d272669
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@ Description=sehistory feeder process
[Service] [Service]
Type=simple Type=simple
WorkingDirectory=/home/l_samenv/sehistory WorkingDirectory=%h/sehistory
ExecStart=/usr/bin/python feeder.py -d %i ExecStart=%h/sevenv/bin/python feeder.py -d %i
Restart=always Restart=always
[Install] [Install]

View File

@ -3,8 +3,8 @@ Description=SE web server
[Service] [Service]
Type=simple Type=simple
WorkingDirectory=/home/l_samenv/seweb WorkingDirectory=%h/seweb
ExecStart=/usr/bin/python secop-webserver -i %i ExecStart=%h/sevenv/bin/python secop-webserver -i %i
Restart=always Restart=always
[Install] [Install]