View Single Post
Old 10-31-2019, 09:44 AM   #3
atrezonator
Junior Member
atrezonator began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Oct 2019
Device: android
Quote:
Originally Posted by kovidgoyal View Post
set the environment variable
CALIBRE_OVERRIDE_LANG=ru
though I dont know how complete the russian translation is.
Quote:
[Unit]
Description=calibre content server
After=network.target

[Service]
Type=simple
User=calibre
Group=calibre
CALIBRE_OVERRIDE_LANG=ru

ExecStart=/opt/calibre/calibre-server \
--access-log=/var/log/calibre-server-access.log \
--enable-auth \
--log=/var/log/calibre-server.log \
--port=8008 \
--url-prefix=/calibre \
--userdb=/var/lib/nethserver/calibre/users.sqlite \
"/var/lib/nethserver/calibre/library"

[Install]
WantedBy=multi-user.target
Like this ?
atrezonator is offline   Reply With Quote