mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
11 lines
253 B
Django/Jinja
11 lines
253 B
Django/Jinja
Description=Calibre-Web
|
|
|
|
[Service]
|
|
Type=simple
|
|
Environment=CALIBRE_DBPATH={{ calibreweb_home }}
|
|
User={{ calibreweb_user }}
|
|
ExecStart=/usr/bin/python {{ calibreweb_exec_path }}
|
|
WorkingDirectory={{ calibreweb_path }}
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|