blob: a3c890a0b16bc8dde3ace745edbccc768b7833b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=OpenStack Cinder API Server
After=syslog.target network.target
[Service]
Type=simple
User=cinder
ExecStart=/usr/bin/cinder-api --config-file /usr/share/cinder/cinder-dist.conf --config-file /etc/cinder/cinder.conf --logfile /var/log/cinder/api.log
Restart=on-failure
KillMode=process
[Install]
WantedBy=multi-user.target
|