1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
iiab/roles/calibre-web/templates/calibre-web.service.j2
2018-08-15 20:35:45 +07:00

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