
Adding the option to configure different log files for mistral services in order to have clearer log files seperated to engine,api and executor Change-Id: Ie1106e01206f7c618e5b2ed5a55666718b3e7ec8 Signed-off-by: tshtilma <tomer.shtilman@nokia.com>
13 lines
302 B
Plaintext
13 lines
302 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/mistral-server --server engine --config-file <%= @conf_file %> --log-file <%= @log_file %>
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|