upstream/openstack/python-cinder/centos/files/openstack-cinder-backup.ser...

17 lines
435 B
Desktop File

[Unit]
Description=OpenStack Cinder Backup Server
After=syslog.target network.target
[Service]
Type=simple
# WRS - use root user
#User=cinder
User=root
ExecStart=/usr/bin/cinder-backup --config-file /usr/share/cinder/cinder-dist.conf --config-file /etc/cinder/cinder.conf --logfile /var/log/cinder/cinder-backup.log
# WRS - Currently not used but would be also managed by sm
#Restart=on-failure
[Install]
WantedBy=multi-user.target