1
0
Fork 0
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:
Arky 2018-08-14 13:29:18 +07:00
parent 9160d76492
commit b804b118b7

View file

@ -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]