This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        EnvironmentFile=/etc/tiedot
- 
        ExecStart=/usr/bin/tiedot -mode=httpd -port=${HTTP_PORT} -dir=${HTTP_DB_DIR} ${HTTP_EXTRA_ARGS}
- 
        ExecStop=/bin/sh -c 'curl -s "http://localhost:${HTTP_PORT}/shutdown" > /dev/null 2>&1 || true'
- 
        Type=simple
 
- 
        
- 
    [Unit]- 
        After=network.target
- 
        Description=tiedot database server (HTTP API service)
 
- 
        
Additionnal notes
Nothing here.