mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
11 lines
211 B
Text
11 lines
211 B
Text
|
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
|