mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
Closes: https://bugs.gentoo.org/815583 Closes: https://bugs.gentoo.org/815586 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
17 lines
412 B
Desktop File
17 lines
412 B
Desktop File
[Unit]
|
|
Description=OpenStack Heat API
|
|
Documentation=http://docs.openstack.org/
|
|
After=postgresql.service mysql.service keystone.service rabbitmq-server.service ntp.service network.service
|
|
|
|
[Service]
|
|
User=heat
|
|
Group=heat
|
|
ExecStart=/etc/init.d/heat-api systemd-start
|
|
ExecStop=/etc/init.d/heat-api systemd-stop
|
|
PIDFile=/var/run/heat/heat-api.pid
|
|
Restart=on-failure
|
|
Type=forking
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|