openstack-heat/openstack-heat-all.service
2021-11-05 12:18:49 +08:00

13 lines
294 B
Desktop File

[Unit]
Description=Combined Openstack Heat Engine/API Service
After=syslog.target network.target
[Service]
Type=simple
User=heat
ExecStart=/usr/bin/heat-all --config-file /usr/share/heat/heat-dist.conf --config-file /etc/heat/heat.conf
Restart=on-failure
[Install]
WantedBy=multi-user.target