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