This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        CacheDirectory=aodh
- 
        ExecStart=/etc/init.d/aodh-api systemd-start
- 
        Group=aodh
- 
        LimitNOFILE=65535
- 
        Restart=on-failure
- 
        RuntimeDirectory=aodh lock/aodh
- 
        TimeoutStopSecIntroduced in systemd 188=15
- 
        Type=simple
- 
        User=aodh
- 
        WorkingDirectory=~
 
- 
        
- 
    [Unit]- 
        After=mongodb.service rabbitmq-server.service frr.service network-online.target local-fs.target remote-fs.target
- 
        Description=OpenStack Aodh API (aodh-api)
- 
        Documentation=man:aodh-api(1)
- 
        Wants=network-online.target
 
- 
        
Additionnal notes
Nothing here.