mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
10 lines
211 B
Django/Jinja
10 lines
211 B
Django/Jinja
Description=Calibre-Web
|
|
|
|
[Service]
|
|
Type=simple
|
|
User={{ calibre-web_user }}
|
|
ExecStart=/usr/bin/python " {{ calibre-web_exec_path }} "
|
|
WorkingDirectory={{ calibre-web_path }}
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|