Project

General

Profile

Feature #2148

Updated by Alexander Watzinger 5 months ago

It seems like systemd is trying to start IIIF when booting but fails because it doesn't find the config: 

 <pre> 
 systemd[1]: iipsrv.service: Failed with result 'resources'. 
 systemd[1]: Failed to start iipsrv.service - IIPImage server. 
 systemd[1]: iipsrv.service: Failed to load environment files: No such file or directory 
 systemd[1]: iipsrv.service: Failed to run 'start' task: No such file or directory 
 </pre> 

 We should look into this, see https://iipimage.sourceforge.io/documentation/server, questions would be: 
 * Are the multiple IIIF instances started and do we want this? 
 * Do we want systemd to start IIIF? 
 ** If yes: configure and test it. Should we than change something at Apache? How to document it (also for non Debian users)? 
 ** If no: how we stop systemd trying it 

Back