1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Remove old Database files

This commit is contained in:
Arky 2018-08-15 14:07:09 +07:00
parent 9388159ca0
commit a4fe6338cf
4 changed files with 2 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -3,8 +3,9 @@ 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 }} -p {{calibreweb_home}}{{ calibreweb_database }}
ExecStart={{ calibreweb_exec_path }} $ARGS
WorkingDirectory={{ calibreweb_path }}
[Install]