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
2018-08-15 20:35:45 +07:00

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