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

12 lines
253 B
Text
Raw Normal View History

2018-08-13 17:11:42 +00:00
Description=Calibre-Web
[Service]
Type=simple
Environment=CALIBRE_DBPATH={{ calibreweb_home }}
User={{ calibreweb_user }}
ExecStart=/usr/bin/python {{ calibreweb_exec_path }}
WorkingDirectory={{ calibreweb_path }}
2018-08-13 17:11:42 +00:00
[Install]
WantedBy=multi-user.target