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

[conf/systemd] python3.5 not on buster

This commit is contained in:
Arthur Lutz 2020-06-08 15:52:13 +02:00 committed by GitHub
parent a74c976763
commit 4222fb446e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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