mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
@jvonau recommends avoiding duplicate call
This commit is contained in:
parent
001976ae89
commit
e954420b15
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 }} -p {{ calibreweb_config }}/{{ calibreweb_settings_database }}
|
ExecStart={{ calibreweb_exec_path }} -p {{ calibreweb_config }}/{{ calibreweb_settings_database }}
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue