start feeder and seweb in sevenv virtualenv
This commit is contained in:
@ -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]
|
||||||
|
@ -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]
|
||||||
|
Reference in New Issue
Block a user