2021-02-02 10:16:13 +08:00
|
|
|
[Unit]
|
|
|
|
|
Description=OpenStack Cinder Scheduler Server
|
|
|
|
|
After=syslog.target network.target
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=simple
|
|
|
|
|
User=cinder
|
2021-08-12 11:14:46 +08:00
|
|
|
ExecStart=/usr/bin/cinder-scheduler --config-file /etc/cinder/cinder.conf --logfile /var/log/cinder/scheduler.log
|
2021-02-02 10:16:13 +08:00
|
|
|
Restart=on-failure
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
|
|