
Change-Id: I07c22568ca6c6d1155626fff7cf1d3ca3c6fd5c5 Implements: blueprint add-puppet-mistral
13 lines
323 B
Plaintext
13 lines
323 B
Plaintext
[Unit]
|
|
Description=OpenStack workflow service (code-named Mistral)
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
User=mistral
|
|
ExecStart=/usr/bin/python /usr/lib/python2.7/site-packages/mistral/cmd/launch.py --server executor --config-file <%= @conf_file %>
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|