1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00

correction systemd

correction pip install
This commit is contained in:
Krakinou 2018-12-09 17:46:44 +01:00
parent b9e5a41afc
commit bdcaf5f6c9
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
ExecStart=/usr/bin/python __FINALPATH__/script >> /var/log/__APP__/__APP__.log 2>&1
ExecStart=/usr/bin/python __FINALPATH__/cps.py >> /var/log/__APP__/__APP__.log 2>&1
[Install]
WantedBy=multi-user.target

View file

@ -96,7 +96,7 @@ ynh_setup_source "$final_path"
### - And the section "UPGRADE DEPENDENCIES" in the upgrade script
#ynh_install_app_dependencies deb1 deb2
pip install --target vendor -r $final_path/requirements.txt
pip install --target $final_path/vendor -r $final_path/requirements.txt