mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Remove extranous spaces from calibreweb.service file
This commit is contained in:
parent
9160d76492
commit
b804b118b7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Description=Calibre-Web
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
User={{ calibreweb_user }}
|
User={{ calibreweb_user }}
|
||||||
ExecStart=/usr/bin/python " {{ calibreweb_exec_path }} "
|
ExecStart=/usr/bin/python "{{ calibreweb_exec_path }}"
|
||||||
WorkingDirectory={{ calibreweb_path }}
|
WorkingDirectory={{ calibreweb_path }}
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue