mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
12 lines
308 B
Django/Jinja
12 lines
308 B
Django/Jinja
Description=Calibre-Web
|
|
|
|
[Service]
|
|
Type=simple
|
|
Environment=CALIBRE_DBPATH={{ calibreweb_home }}
|
|
Environment=ARGS=-p {{calibreweb_home}}{{ calibreweb_database }}
|
|
User={{ calibreweb_user }}
|
|
ExecStart={{ calibreweb_exec_path }} $ARGS
|
|
WorkingDirectory={{ calibreweb_path }}
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|