summaryrefslogtreecommitdiff
path: root/install-files/openstack/usr/lib/systemd/system/openstack-cinder-backup.service
blob: c14e13aaa4ec04f479c265ebb0a560f772cb74ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=OpenStack Cinder backup server
ConditionPathExists=/etc/cinder/cinder.conf
After=network-online.target openstack-cinder-config-setup.service openstack-cinder-db-setup.service openstack-cinder-volume.service
Wants=network-online.target

[Service]
Type=simple
User=cinder
StandardOutput=null
StandardError=null
ExecStart=/usr/bin/cinder-backup --config-file /etc/cinder/cinder.conf

[Install]
WantedBy=multi-user.target