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

10 lines
211 B
Text
Raw Normal View History

2018-08-13 17:11:42 +00:00
Description=Calibre-Web
[Service]
Type=simple
User={{ calibreweb_user }}
ExecStart={{ calibreweb_exec_path }} -p {{ calibreweb_config }}/{{ calibreweb_settings_database }}
2018-08-13 17:11:42 +00:00
[Install]
WantedBy=multi-user.target