1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00
iiab/roles/calibre-web/templates/calibre-web.service.j2

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