/lib/systemd/system/murano-api.service is in murano-api 1:3.0.0-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | [Unit]
Description=OpenStack Murano API
After=postgresql.service mysql.service keystone.service rabbitmq-server.service ntp.service
[Service]
User=murano
Group=murano
Type=simple
WorkingDirectory=/var/lib/murano
PermissionsStartOnly=true
ExecStartPre=/bin/mkdir -p /var/lock/murano /var/log/murano /var/lib/murano
ExecStartPre=/bin/chown murano:murano /var/lock/murano /var/lib/murano
ExecStartPre=/bin/chown murano:adm /var/log/murano
ExecStart=/etc/init.d/murano-api systemd-start
Restart=on-failure
LimitNOFILE=65535
TimeoutStopSec=65
[Install]
WantedBy=multi-user.target
|