[Unit] Description = cinder-volume service After = network-online.target After = syslog.target [Service] Type = simple User = cinder Group = cinder ExecStart = /openstack/venvs/cinder-31.0.0.0b2.dev29/bin/cinder-volume ExecReload = /bin/kill -HUP $MAINPID # Give a reasonable amount of time for the server to start up/shut down TimeoutSec = 120 Restart = on-failure RestartSec = 2 # This creates a specific slice which all services will operate from # The accounting options give us the ability to see resource usage through # the `systemd-cgtop` command. Slice = cinder.slice # Set Accounting CPUAccounting = True BlockIOAccounting = True MemoryAccounting = True TasksAccounting = True # Set Sandboxing PrivateTmp = False PrivateDevices = False PrivateNetwork = False PrivateUsers = False Environment = PATH=/openstack/venvs/cinder-31.0.0.0b2.dev29/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [Install] WantedBy = multi-user.target