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

Merge pull request #46 from arthurlutz/patch-1

[conf/systemd] python3.5 not on buster
This commit is contained in:
Krakinou 2020-06-22 22:18:16 +02:00 committed by GitHub
commit 1a56774019
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ Type=simple
User=__APP__ User=__APP__
Group=__APP__ Group=__APP__
WorkingDirectory=__FINALPATH__/ WorkingDirectory=__FINALPATH__/
ExecStart=/bin/sh -c '/usr/bin/python3.5 __FINALPATH__/cps.py' ExecStart=/bin/sh -c '/usr/bin/python3 __FINALPATH__/cps.py'
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target