crowbar/crowbar-core

View on GitHub
chef/cookbooks/provisioner/files/default/crowbar_join.service

Summary

Maintainability
Test Coverage
[Unit]
Description=Synchronize with Crowbar administration server
After=network.target syslog.target remote-fs.target sshd.service neutron-ovs-cleanup.service xend.service libvirtd.service crowbar_notify_shutdown.service
Before=chef-client.service

[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=/usr/sbin/crowbar_join --start
ExecStartPost=/usr/bin/echo "crowbar_join --start done"

[Install]
WantedBy=multi-user.target