13 lines
294 B
Desktop File
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
|